Html Css Color HEX #762066 Palatinate Purple

📋 copy color: '#762066'

red 118 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #762066

Tints of Palatinate Purple #762066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 46.83%
G = 12.7%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762066 (or 0x762066) is known color: Palatinate Purple. HEX triplet: 76, 20 and 66. RGB value is (118,32,102). Sum of RGB (Red+Green+Blue) = 118+32+102=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #762066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762066 is #89DF99. Grayscale: #414141. Windows color (decimal): -9035674 or 6692982. OLE color: 6692982.

HSL color Cylindrical-coordinate representation of color #762066: hue angle of 311.16º 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 #762066 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 102 -
CMYK 0 0.73 0.14 0.54
HSL 311.16º 0.57% 0.29% -
HSV(B) 311.16º 0.73% 0.46% -
XYZ 10.39 5.84 13.15 -
YUV 65.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 118 32 102 0 0.73 0.14 0.54 311.16 0.57 0.29
Hex 76 20 66 0 49 E 36 137 39 1D
Octal 166 40 146 0 111 16 66 467 71 35
Binary 1110110 100000 1100110 0 1001001 1110 110110 100110111 111001 11101

Color Harmonies of #762066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762066

Black with #762066

Text Example


Text Example

White with #762066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762066; }

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

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

background-color css

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

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

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

border-color css

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

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

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