Html Css Color HEX #76226C Palatinate Purple

📋 copy color: '#76226C'

red 118 ◦ green 34 ◦ blue 108

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

Shades of Palatinate Purple #76226C

Tints of Palatinate Purple #76226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 45.38%
G = 13.08%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76226C (or 0x76226C) is known color: Palatinate Purple. HEX triplet: 76, 22 and 6C. RGB value is (118,34,108). Sum of RGB (Red+Green+Blue) = 118+34+108=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76226C is #89DD93. Grayscale: #434343. Windows color (decimal): -9035156 or 7086710. OLE color: 7086710.

HSL color Cylindrical-coordinate representation of color #76226C: hue angle of 307.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76226C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 108 -
CMYK 0 0.71 0.08 0.54
HSL 307.14º 0.55% 0.3% -
HSV(B) 307.14º 0.71% 0.46% -
XYZ 10.75 6.08 14.79 -
YUV 67.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 118 34 108 0 0.71 0.08 0.54 307.14 0.55 0.3
Hex 76 22 6C 0 47 8 36 133 37 1E
Octal 166 42 154 0 107 10 66 463 67 36
Binary 1110110 100010 1101100 0 1000111 1000 110110 100110011 110111 11110

Color Harmonies of #76226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76226C

Black with #76226C

Text Example


Text Example

White with #76226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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