Html Css Color HEX #76226B Palatinate Purple

📋 copy color: '#76226B'

red 118 ◦ green 34 ◦ blue 107

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

Shades of Palatinate Purple #76226B

Tints of Palatinate Purple #76226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 45.56%
G = 13.13%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76226B (or 0x76226B) is known color: Palatinate Purple. HEX triplet: 76, 22 and 6B. RGB value is (118,34,107). Sum of RGB (Red+Green+Blue) = 118+34+107=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76226B is #89DD94. Grayscale: #434343. Windows color (decimal): -9035157 or 7021174. OLE color: 7021174.

HSL color Cylindrical-coordinate representation of color #76226B: hue angle of 307.86º 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 #76226B is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 107 -
CMYK 0 0.71 0.09 0.54
HSL 307.86º 0.55% 0.3% -
HSV(B) 307.86º 0.71% 0.46% -
XYZ 10.7 6.06 14.52 -
YUV 67.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 118 34 107 0 0.71 0.09 0.54 307.86 0.55 0.3
Hex 76 22 6B 0 47 9 36 134 37 1E
Octal 166 42 153 0 107 11 66 464 67 36
Binary 1110110 100010 1101011 0 1000111 1001 110110 100110100 110111 11110

Color Harmonies of #76226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76226B

Black with #76226B

Text Example


Text Example

White with #76226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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