#600258

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

Shades of Palatinate Purple #600258

Tints of Palatinate Purple #600258

Color information

#600258 (or 0x600258) is unknown color: approx Palatinate Purple. HEX triplet: 60, 02 and 58. RGB value is (96,2,88). Sum of RGB (Red+Green+Blue) = 96+2+88=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600258 is #9FFDA7. Grayscale: #272727. Windows color (decimal): -10485160 or 5767776. OLE color: 5767776.

HSL color Cylindrical-coordinate representation of color #600258: hue angle of 305.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600258 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB96288-
CMYK00.980.080.62
HSL305.11º95.92%19.22%-
HSV(B)305.11º97.92%37.65%-
XYZ6.613.239.51-
YUV39.91155.14168.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=51.61%
G=1.08%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628800.980.080.62305.1195.9219.22
Hex6025806283E1316013
Octal14021300142107646114023
Binary1100000101011000011000101000111110100110001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600258; }

 p { color: rgb(96,2,88); }

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

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

 a { background-color: rgb(96,2,88); }

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

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

 span { border-color: rgb(96,2,88); }

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