#76225A

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

Shades of Palatinate Purple #76225A

Tints of Palatinate Purple #76225A

Color information

#76225A (or 0x76225A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 22 and 5A. RGB value is (118,34,90). Sum of RGB (Red+Green+Blue) = 118+34+90=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76225A is #89DDA5. Grayscale: #414141. Windows color (decimal): -9035174 or 5907062. OLE color: 5907062.

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

Color convert

RGB1183490-
CMYK00.710.240.54
HSL320º55.26%29.8%-
HSV(B)320º71.19%46.27%-
XYZ9.895.7310.26-
YUV65.5141.83165.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=48.76%
G=14.05%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118349000.710.240.5432055.2629.8
Hex76225A0471836140371e
Octal16642132010730665006736
Binary11101101000101011010010001111100011011010100000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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