#62015E

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

Shades of Palatinate Purple #62015E

Tints of Palatinate Purple #62015E

Color information

#62015E (or 0x62015E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 01 and 5E. RGB value is (98,1,94). Sum of RGB (Red+Green+Blue) = 98+1+94=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62015E is #9DFEA1. Grayscale: #282828. Windows color (decimal): -10354338 or 6160738. OLE color: 6160738.

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

Color convert

RGB98194-
CMYK00.990.040.62
HSL302.47º97.98%19.41%-
HSV(B)302.47º98.98%38.43%-
XYZ7.073.4310.88-
YUV40.61158.14168.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=50.78%
G=0.52%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819400.990.040.62302.4797.9819.41
Hex6215E06343E12e6213
Octal1421136014347645614223
Binary11000101101111001100011100111110100101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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