#60234F

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

Shades of Palatinate Purple #60234F

Tints of Palatinate Purple #60234F

Color information

#60234F (or 0x60234F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 23 and 4F. RGB value is (96,35,79). Sum of RGB (Red+Green+Blue) = 96+35+79=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60234F is #9FDCB0. Grayscale: #3A3A3A. Windows color (decimal): -10476721 or 5186400. OLE color: 5186400.

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

Color convert

RGB963579-
CMYK00.640.180.62
HSL316.72º46.56%25.69%-
HSV(B)316.72º63.54%37.65%-
XYZ6.844.257.86-
YUV58.26139.71154.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=45.71%
G=16.67%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96357900.640.180.62316.7246.5625.69
Hex60234F040123E13d2f1a
Octal14043117010022764755732
Binary11000001000111001111010000001001011111010011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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