Html Css Color HEX #762562 Palatinate Purple

📋 copy color: '#762562'

red 118 ◦ green 37 ◦ blue 98

#762562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #762562

Tints of Palatinate Purple #762562

RGB

 RED value IS 118 (46.48% from 255) = 46.64%

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 46.64%
G = 14.62%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#762562 (or 0x762562) is known color: Palatinate Purple. HEX triplet: 76, 25 and 62. RGB value is (118,37,98). Sum of RGB (Red+Green+Blue) = 118+37+98=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #762562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762562 is #89DA9D. Grayscale: #444444. Windows color (decimal): -9034398 or 6432118. OLE color: 6432118.

HSL color Cylindrical-coordinate representation of color #762562: hue angle of 314.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762562 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 98 -
CMYK 0 0.69 0.17 0.54
HSL 314.81º 0.52% 0.3% -
HSV(B) 314.81º 0.69% 0.46% -
XYZ 10.34 6.06 12.18 -
YUV 68.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 118 37 98 0 0.69 0.17 0.54 314.81 0.52 0.3
Hex 76 25 62 0 45 11 36 13B 34 1E
Octal 166 45 142 0 105 21 66 473 64 36
Binary 1110110 100101 1100010 0 1000101 10001 110110 100111011 110100 11110

Color Harmonies of #762562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762562

Black with #762562

Text Example


Text Example

White with #762562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762562; }

 p { color: rgb(118,37,98); }

 H1.HeaderClassName
 {
   color: #762562;
 }
 .AnyTagClassName
 {
   color: #762562;
 }
</style>

background-color css

<style>
 a { background-color: #762562; }

 a { background-color: rgb(118,37,98); }

 div.DivClassName
 {
   background-color: #762562;
 }
 .BgClassName
 {
   background-color: #762562;
 }
</style>

border-color css

<style>
 span { border-color: #762562; }

 span { border-color: rgb(118,37,98); }

 td.TdClassName
 {
   border-color: #762562;
 }
 .TagClassName
 {
   border-color: #762562;
 }
</style>