#600967

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

Shades of Palatinate Purple #600967

Tints of Palatinate Purple #600967

Color information

#600967 (or 0x600967) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 67. RGB value is (96,9,103). Sum of RGB (Red+Green+Blue) = 96+9+103=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #600967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600967 is #9FF698. Grayscale: #2D2D2D. Windows color (decimal): -10483353 or 6752608. OLE color: 6752608.

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

Color convert

RGB969103-
CMYK0.070.9100.60
HSL295.53º83.93%21.96%-
HSV(B)295.53º91.26%40.39%-
XYZ7.373.6613.15-
YUV45.73160.32163.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=46.15%
G=4.33%
B=49.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9691030.070.9100.60295.5383.9321.96
Hex6096775B03C1285416
Octal14011147713307445012426
Binary11000001001110011111110110110111100100101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600967; }

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

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

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

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

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

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

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

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