#60264F

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

Shades of Palatinate Purple #60264F

Tints of Palatinate Purple #60264F

Color information

#60264F (or 0x60264F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 4F. RGB value is (96,38,79). Sum of RGB (Red+Green+Blue) = 96+38+79=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60264F is #9FD9B0. Grayscale: #3B3B3B. Windows color (decimal): -10475953 or 5187168. OLE color: 5187168.

HSL color Cylindrical-coordinate representation of color #60264F: hue angle of 317.59º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60264F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB963879-
CMYK00.600.180.62
HSL317.59º43.28%26.27%-
HSV(B)317.59º60.42%37.65%-
XYZ6.934.447.89-
YUV60.02138.72153.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=45.07%
G=17.84%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96387900.600.180.62317.5943.2826.27
Hex60264F03C123E13e2b1a
Octal1404611707422764765332
Binary1100000100110100111101111001001011111010011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60264F; }

 p { color: rgb(96,38,79); }

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

<style>
 a { background-color: #60264F; }

 a { background-color: rgb(96,38,79); }

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

<style>
 span { border-color: #60264F; }

 span { border-color: rgb(96,38,79); }

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