#600954

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

Shades of Palatinate Purple #600954

Tints of Palatinate Purple #600954

Color information

#600954 (or 0x600954) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 54. RGB value is (96,9,84). Sum of RGB (Red+Green+Blue) = 96+9+84=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #600954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600954 is #9FF6AB. Grayscale: #2B2B2B. Windows color (decimal): -10483372 or 5507424. OLE color: 5507424.

HSL color Cylindrical-coordinate representation of color #600954: hue angle of 308.28º 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 #600954 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB96984-
CMYK00.910.120.62
HSL308.28º82.86%20.59%-
HSV(B)308.28º90.62%37.65%-
XYZ6.523.328.69-
YUV43.56150.82165.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=50.79%
G=4.76%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698400.910.120.62308.2882.8620.59
Hex6095405BC3E1345315
Octal140111240133147646412325
Binary110000010011010100010110111100111110100110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600954; }

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

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

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

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

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

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

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

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