#600365

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

Shades of Palatinate Purple #600365

Tints of Palatinate Purple #600365

Color information

#600365 (or 0x600365) is unknown color: approx Palatinate Purple. HEX triplet: 60, 03 and 65. RGB value is (96,3,101). Sum of RGB (Red+Green+Blue) = 96+3+101=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #600365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600365 is #9FFC9A. Grayscale: #292929. Windows color (decimal): -10484891 or 6620000. OLE color: 6620000.

HSL color Cylindrical-coordinate representation of color #600365: hue angle of 296.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600365 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB963101-
CMYK0.050.9700.60
HSL296.94º94.23%20.39%-
HSV(B)296.94º97.03%39.61%-
XYZ7.213.4912.61-
YUV41.98161.31166.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=48%
G=1.5%
B=50.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9631010.050.9700.60296.9494.2320.39
Hex6036556103C1295e14
Octal1403145514107445113624
Binary110000011110010110111000010111100100101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600365; }

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

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

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

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

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

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

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

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