#62015A

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

Shades of Palatinate Purple #62015A

Tints of Palatinate Purple #62015A

Color information

#62015A (or 0x62015A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 01 and 5A. RGB value is (98,1,90). Sum of RGB (Red+Green+Blue) = 98+1+90=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62015A is #9DFEA5. Grayscale: #272727. Windows color (decimal): -10354342 or 5898594. OLE color: 5898594.

HSL color Cylindrical-coordinate representation of color #62015A: hue angle of 304.95º 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 #62015A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB98190-
CMYK00.990.080.62
HSL304.95º97.98%19.41%-
HSV(B)304.95º98.98%38.43%-
XYZ6.893.369.96-
YUV40.15156.14169.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=51.85%
G=0.53%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819000.990.080.62304.9597.9819.41
Hex6215A06383E1316213
Octal14211320143107646114223
Binary110001011011010011000111000111110100110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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