Html Css Color HEX #762966 Palatinate Purple

📋 copy color: '#762966'

red 118 ◦ green 41 ◦ blue 102

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

Shades of Palatinate Purple #762966

Tints of Palatinate Purple #762966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 45.21%
G = 15.71%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762966 (or 0x762966) is known color: Palatinate Purple. HEX triplet: 76, 29 and 66. RGB value is (118,41,102). Sum of RGB (Red+Green+Blue) = 118+41+102=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762966 is #89D699. Grayscale: #464646. Windows color (decimal): -9033370 or 6695286. OLE color: 6695286.

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

Color convert

RGB 118 41 102 -
CMYK 0 0.65 0.14 0.54
HSL 312.47º 0.48% 0.31% -
HSV(B) 312.47º 0.65% 0.46% -
XYZ 10.66 6.4 13.24 -
YUV 70.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 118 41 102 0 0.65 0.14 0.54 312.47 0.48 0.31
Hex 76 29 66 0 41 E 36 138 30 1F
Octal 166 51 146 0 101 16 66 470 60 37
Binary 1110110 101001 1100110 0 1000001 1110 110110 100111000 110000 11111

Color Harmonies of #762966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762966

Black with #762966

Text Example


Text Example

White with #762966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762966; }

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

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

background-color css

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

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

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

border-color css

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

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

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