#600955

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

Shades of Palatinate Purple #600955

Tints of Palatinate Purple #600955

Color information

#600955 (or 0x600955) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 55. RGB value is (96,9,85). Sum of RGB (Red+Green+Blue) = 96+9+85=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #600955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600955 is #9FF6AA. Grayscale: #2B2B2B. Windows color (decimal): -10483371 or 5572960. OLE color: 5572960.

HSL color Cylindrical-coordinate representation of color #600955: hue angle of 307.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600955 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB96985-
CMYK00.910.110.62
HSL307.59º82.86%20.59%-
HSV(B)307.59º90.62%37.65%-
XYZ6.563.348.89-
YUV43.68151.32165.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=50.53%
G=4.74%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698500.910.110.62307.5982.8620.59
Hex6095505BB3E1345315
Octal140111250133137646412325
Binary110000010011010101010110111011111110100110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600955; }

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

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

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

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

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

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

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

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