#62015B

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

Shades of Palatinate Purple #62015B

Tints of Palatinate Purple #62015B

Color information

#62015B (or 0x62015B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 01 and 5B. RGB value is (98,1,91). Sum of RGB (Red+Green+Blue) = 98+1+91=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62015B is #9DFEA4. Grayscale: #282828. Windows color (decimal): -10354341 or 5964130. OLE color: 5964130.

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

Color convert

RGB98191-
CMYK00.990.070.62
HSL304.33º97.98%19.41%-
HSV(B)304.33º98.98%38.43%-
XYZ6.943.3710.18-
YUV40.26156.64169.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.58%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=51.58%
G=0.53%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819100.990.070.62304.3397.9819.41
Hex6215B06373E1306213
Octal1421133014377646014223
Binary11000101101101101100011111111110100110000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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