#60184F

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

Shades of Palatinate Purple #60184F

Tints of Palatinate Purple #60184F

Color information

#60184F (or 0x60184F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 4F. RGB value is (96,24,79). Sum of RGB (Red+Green+Blue) = 96+24+79=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #60184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60184F is #9FE7B0. Grayscale: #333333. Windows color (decimal): -10479537 or 5183584. OLE color: 5183584.

HSL color Cylindrical-coordinate representation of color #60184F: hue angle of 314.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60184F is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB962479-
CMYK00.750.180.62
HSL314.17º60%23.53%-
HSV(B)314.17º75%37.65%-
XYZ6.563.77.77-
YUV51.8143.35159.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=48.24%
G=12.06%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96247900.750.180.62314.176023.53
Hex60184F04B123E13a3c18
Octal14030117011322764727430
Binary1100000110001001111010010111001011111010011101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,24,79); }

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

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

 a { background-color: rgb(96,24,79); }

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

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

 span { border-color: rgb(96,24,79); }

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