#600358

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

Shades of Palatinate Purple #600358

Tints of Palatinate Purple #600358

Color information

#600358 (or 0x600358) is unknown color: approx Palatinate Purple. HEX triplet: 60, 03 and 58. RGB value is (96,3,88). Sum of RGB (Red+Green+Blue) = 96+3+88=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600358 is #9FFCA7. Grayscale: #282828. Windows color (decimal): -10484904 or 5768032. OLE color: 5768032.

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

Color convert

RGB96388-
CMYK00.970.080.62
HSL305.16º93.94%19.41%-
HSV(B)305.16º96.88%37.65%-
XYZ6.623.269.51-
YUV40.5154.81167.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=51.34%
G=1.60%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638800.970.080.62305.1693.9419.41
Hex6035806183E1315e13
Octal14031300141107646113623
Binary1100000111011000011000011000111110100110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600358; }

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

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

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

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

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

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

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

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