Html Css Color HEX #762064 Palatinate Purple

📋 copy color: '#762064'

red 118 ◦ green 32 ◦ blue 100

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

Shades of Palatinate Purple #762064

Tints of Palatinate Purple #762064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 47.2%
G = 12.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#762064 (or 0x762064) is known color: Palatinate Purple. HEX triplet: 76, 20 and 64. RGB value is (118,32,100). Sum of RGB (Red+Green+Blue) = 118+32+100=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #762064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762064 is #89DF9B. Grayscale: #414141. Windows color (decimal): -9035676 or 6561910. OLE color: 6561910.

HSL color Cylindrical-coordinate representation of color #762064: hue angle of 312.56º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762064 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 100 -
CMYK 0 0.73 0.15 0.54
HSL 312.56º 0.57% 0.29% -
HSV(B) 312.56º 0.73% 0.46% -
XYZ 10.29 5.8 12.63 -
YUV 65.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 118 32 100 0 0.73 0.15 0.54 312.56 0.57 0.29
Hex 76 20 64 0 49 F 36 139 39 1D
Octal 166 40 144 0 111 17 66 471 71 35
Binary 1110110 100000 1100100 0 1001001 1111 110110 100111001 111001 11101

Color Harmonies of #762064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762064

Black with #762064

Text Example


Text Example

White with #762064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762064; }

 p { color: rgb(118,32,100); }

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

background-color css

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

 a { background-color: rgb(118,32,100); }

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

border-color css

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

 span { border-color: rgb(118,32,100); }

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