#60305F

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

Shades of Palatinate Purple #60305F

Tints of Palatinate Purple #60305F

Color information

#60305F (or 0x60305F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 30 and 5F. RGB value is (96,48,95). Sum of RGB (Red+Green+Blue) = 96+48+95=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305F is #9FCFA0. Grayscale: #434343. Windows color (decimal): -10473377 or 6238304. OLE color: 6238304.

HSL color Cylindrical-coordinate representation of color #60305F: hue angle of 301.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60305F is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB964895-
CMYK00.500.010.62
HSL301.25º33.33%28.24%-
HSV(B)301.25º50%37.65%-
XYZ7.955.4311.46-
YUV67.71143.4148.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=40.17%
G=20.08%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96489500.500.010.62301.2533.3328.24
Hex60305F03213E12d211c
Octal140601370621764554134
Binary110000011000010111110110010111111010010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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