Html Css Color HEX #762666 Palatinate Purple

📋 copy color: '#762666'

red 118 ◦ green 38 ◦ blue 102

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

Shades of Palatinate Purple #762666

Tints of Palatinate Purple #762666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 45.74%
G = 14.73%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762666 (or 0x762666) is known color: Palatinate Purple. HEX triplet: 76, 26 and 66. RGB value is (118,38,102). Sum of RGB (Red+Green+Blue) = 118+38+102=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762666 is #89D999. Grayscale: #454545. Windows color (decimal): -9034138 or 6694518. OLE color: 6694518.

HSL color Cylindrical-coordinate representation of color #762666: hue angle of 312º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762666 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 102 -
CMYK 0 0.68 0.14 0.54
HSL 312º 0.51% 0.31% -
HSV(B) 312º 0.68% 0.46% -
XYZ 10.56 6.2 13.21 -
YUV 69.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 118 38 102 0 0.68 0.14 0.54 312 0.51 0.31
Hex 76 26 66 0 44 E 36 138 33 1F
Octal 166 46 146 0 104 16 66 470 63 37
Binary 1110110 100110 1100110 0 1000100 1110 110110 100111000 110011 11111

Color Harmonies of #762666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762666

Black with #762666

Text Example


Text Example

White with #762666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762666; }

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

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

background-color css

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

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

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

border-color css

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

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

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