#60015A

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

Shades of Palatinate Purple #60015A

Tints of Palatinate Purple #60015A

Color information

#60015A (or 0x60015A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 01 and 5A. RGB value is (96,1,90). Sum of RGB (Red+Green+Blue) = 96+1+90=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60015A is #9FFEA5. Grayscale: #272727. Windows color (decimal): -10485414 or 5898592. OLE color: 5898592.

HSL color Cylindrical-coordinate representation of color #60015A: hue angle of 303.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60015A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB96190-
CMYK00.990.060.62
HSL303.79º97.94%19.02%-
HSV(B)303.79º98.96%37.65%-
XYZ6.683.259.95-
YUV39.55156.47168.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=51.34%
G=0.53%
B=48.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9619000.990.060.62303.7997.9419.02
Hex6015A06363E1306213
Octal1401132014367646014223
Binary11000001101101001100011110111110100110000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60015A; }

 p { color: rgb(96,1,90); }

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

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

 a { background-color: rgb(96,1,90); }

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

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

 span { border-color: rgb(96,1,90); }

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