#76225C

Color #76225C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #76225C

Tints of Palatinate Purple #76225C

Color information

#76225C (or 0x76225C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 22 and 5C. RGB value is (118,34,92). Sum of RGB (Red+Green+Blue) = 118+34+92=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76225C is #89DDA3. Grayscale: #414141. Windows color (decimal): -9035172 or 6038134. OLE color: 6038134.

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

Color convert

RGB1183492-
CMYK00.710.220.54
HSL318.57º55.26%29.8%-
HSV(B)318.57º71.19%46.27%-
XYZ9.985.7710.71-
YUV65.73142.83165.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=48.36%
G=13.93%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118349200.710.220.54318.5755.2629.8
Hex76225C047163613f371e
Octal16642134010726664776736
Binary11101101000101011100010001111011011011010011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76225C;
 }
 .AnyTagClassName
 {
   color: #76225C;
 }
</style>
background-color css

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

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

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

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

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

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