#600867

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

Shades of Palatinate Purple #600867

Tints of Palatinate Purple #600867

Color information

#600867 (or 0x600867) is unknown color: approx Palatinate Purple. HEX triplet: 60, 08 and 67. RGB value is (96,8,103). Sum of RGB (Red+Green+Blue) = 96+8+103=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #600867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600867 is #9FF798. Grayscale: #2C2C2C. Windows color (decimal): -10483609 or 6752352. OLE color: 6752352.

HSL color Cylindrical-coordinate representation of color #600867: hue angle of 295.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600867 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB968103-
CMYK0.070.9200.60
HSL295.58º85.59%21.76%-
HSV(B)295.58º92.23%40.39%-
XYZ7.363.6413.15-
YUV45.14160.65164.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=46.38%
G=3.86%
B=49.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9681030.070.9200.60295.5885.5921.76
Hex6086775C03C1285616
Octal14010147713407445012626
Binary11000001000110011111110111000111100100101000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600867; }

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

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

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

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

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

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

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

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