#600856

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

Shades of Palatinate Purple #600856

Tints of Palatinate Purple #600856

Color information

#600856 (or 0x600856) is unknown color: approx Palatinate Purple. HEX triplet: 60, 08 and 56. RGB value is (96,8,86). Sum of RGB (Red+Green+Blue) = 96+8+86=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #600856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600856 is #9FF7A9. Grayscale: #2A2A2A. Windows color (decimal): -10483626 or 5638240. OLE color: 5638240.

HSL color Cylindrical-coordinate representation of color #600856: hue angle of 306.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600856 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB96886-
CMYK00.920.100.62
HSL306.82º84.62%20.39%-
HSV(B)306.82º91.67%37.65%-
XYZ6.593.339.1-
YUV43.2152.15165.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=50.53%
G=4.21%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688600.920.100.62306.8284.6220.39
Hex6085605CA3E1335514
Octal140101260134127646312524
Binary110000010001010110010111001010111110100110011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600856; }

 p { color: rgb(96,8,86); }

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

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

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

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

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

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

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