Html Css Color HEX #763D66 Palatinate Purple

📋 copy color: '#763D66'

red 118 ◦ green 61 ◦ blue 102

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

Shades of Palatinate Purple #763D66

Tints of Palatinate Purple #763D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

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

R = 41.99%
G = 21.71%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#763D66 (or 0x763D66) is known color: Palatinate Purple. HEX triplet: 76, 3D and 66. RGB value is (118,61,102). Sum of RGB (Red+Green+Blue) = 118+61+102=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D66 is #89C299. Grayscale: #525252. Windows color (decimal): -9028250 or 6700406. OLE color: 6700406.

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

Color convert

RGB 118 61 102 -
CMYK 0 0.48 0.14 0.54
HSL 316.84º 0.32% 0.35% -
HSV(B) 316.84º 0.48% 0.46% -
XYZ 11.54 8.15 13.54 -
YUV 82.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 118 61 102 0 0.48 0.14 0.54 316.84 0.32 0.35
Hex 76 3D 66 0 30 E 36 13D 20 23
Octal 166 75 146 0 60 16 66 475 40 43
Binary 1110110 111101 1100110 0 110000 1110 110110 100111101 100000 100011

Color Harmonies of #763D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D66

Black with #763D66

Text Example


Text Example

White with #763D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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