#600968

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

Shades of Palatinate Purple #600968

Tints of Palatinate Purple #600968

Color information

#600968 (or 0x600968) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 68. RGB value is (96,9,104). Sum of RGB (Red+Green+Blue) = 96+9+104=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #600968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600968 is #9FF697. Grayscale: #2D2D2D. Windows color (decimal): -10483352 or 6818144. OLE color: 6818144.

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

Color convert

RGB969104-
CMYK0.080.9100.59
HSL294.95º84.07%22.16%-
HSV(B)294.95º91.35%40.78%-
XYZ7.423.6813.42-
YUV45.84160.82163.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=45.93%
G=4.31%
B=49.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9691040.080.9100.59294.9584.0722.16
Hex6096885B03B1275416
Octal140111501013307344712426
Binary110000010011101000100010110110111011100100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600968; }

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

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

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

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

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

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

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

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