#600360

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

Shades of Palatinate Purple #600360

Tints of Palatinate Purple #600360

Color information

#600360 (or 0x600360) is unknown color: approx Palatinate Purple. HEX triplet: 60, 03 and 60. RGB value is (96,3,96). Sum of RGB (Red+Green+Blue) = 96+3+96=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600360 is #9FFC9F. Grayscale: #292929. Windows color (decimal): -10484896 or 6292320. OLE color: 6292320.

HSL color Cylindrical-coordinate representation of color #600360: hue angle of 300º 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 #600360 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB96396-
CMYK00.9700.62
HSL300º93.94%19.41%-
HSV(B)300º96.88%37.65%-
XYZ6.973.411.35-
YUV41.41158.81166.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=49.23%
G=1.54%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639600.9700.6230093.9419.41
Hex6036006103E12c5e13
Octal1403140014107645413623
Binary1100000111100000011000010111110100101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600360; }

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

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

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

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

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

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

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

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