#60075C

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

Shades of Palatinate Purple #60075C

Tints of Palatinate Purple #60075C

Color information

#60075C (or 0x60075C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 07 and 5C. RGB value is (96,7,92). Sum of RGB (Red+Green+Blue) = 96+7+92=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075C is #9FF8A3. Grayscale: #2B2B2B. Windows color (decimal): -10483876 or 6031200. OLE color: 6031200.

HSL color Cylindrical-coordinate representation of color #60075C: hue angle of 302.7º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60075C is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB96792-
CMYK00.930.040.62
HSL302.7º86.41%20.2%-
HSV(B)302.7º92.71%37.65%-
XYZ6.833.4110.42-
YUV43.3155.49165.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=49.23%
G=3.59%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9679200.930.040.62302.786.4120.2
Hex6075C05D43E12f5614
Octal1407134013547645712624
Binary1100000111101110001011101100111110100101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60075C; }

 p { color: rgb(96,7,92); }

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

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

 a { background-color: rgb(96,7,92); }

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

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

 span { border-color: rgb(96,7,92); }

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