#60075F

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

Shades of Palatinate Purple #60075F

Tints of Palatinate Purple #60075F

Color information

#60075F (or 0x60075F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 07 and 5F. RGB value is (96,7,95). Sum of RGB (Red+Green+Blue) = 96+7+95=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075F is #9FF8A0. Grayscale: #2B2B2B. Windows color (decimal): -10483873 or 6227808. OLE color: 6227808.

HSL color Cylindrical-coordinate representation of color #60075F: hue angle of 300.67º 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 #60075F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB96795-
CMYK00.930.010.62
HSL300.67º86.41%20.2%-
HSV(B)300.67º92.71%37.65%-
XYZ6.973.4611.13-
YUV43.64156.99165.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=48.48%
G=3.54%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9679500.930.010.62300.6786.4120.2
Hex6075F05D13E12d5614
Octal1407137013517645512624
Binary11000001111011111010111011111110100101101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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