Html Css Color HEX #76206C Palatinate Purple

📋 copy color: '#76206C'

red 118 ◦ green 32 ◦ blue 108

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

Shades of Palatinate Purple #76206C

Tints of Palatinate Purple #76206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 45.74%
G = 12.4%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76206C (or 0x76206C) is known color: Palatinate Purple. HEX triplet: 76, 20 and 6C. RGB value is (118,32,108). Sum of RGB (Red+Green+Blue) = 118+32+108=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76206C is #89DF93. Grayscale: #424242. Windows color (decimal): -9035668 or 7086198. OLE color: 7086198.

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

Color convert

RGB 118 32 108 -
CMYK 0 0.73 0.08 0.54
HSL 306.98º 0.57% 0.29% -
HSV(B) 306.98º 0.73% 0.46% -
XYZ 10.69 5.97 14.78 -
YUV 66.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 118 32 108 0 0.73 0.08 0.54 306.98 0.57 0.29
Hex 76 20 6C 0 49 8 36 133 39 1D
Octal 166 40 154 0 111 10 66 463 71 35
Binary 1110110 100000 1101100 0 1001001 1000 110110 100110011 111001 11101

Color Harmonies of #76206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76206C

Black with #76206C

Text Example


Text Example

White with #76206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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