#78225C

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

Shades of Palatinate Purple #78225C

Tints of Palatinate Purple #78225C

Color information

#78225C (or 0x78225C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 22 and 5C. RGB value is (120,34,92). Sum of RGB (Red+Green+Blue) = 120+34+92=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78225C is #87DDA3. Grayscale: #424242. Windows color (decimal): -8904100 or 6038136. OLE color: 6038136.

HSL color Cylindrical-coordinate representation of color #78225C: hue angle of 319.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78225C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1203492-
CMYK00.720.230.53
HSL319.53º55.84%30.2%-
HSV(B)319.53º71.67%47.06%-
XYZ10.255.9110.73-
YUV66.33142.49166.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=48.78%
G=13.82%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120349200.720.230.53319.5355.8430.2
Hex78225C0481735140381e
Octal17042134011027655007036
Binary11110001000101011100010010001011111010110100000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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