#62195F

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

Shades of Palatinate Purple #62195F

Tints of Palatinate Purple #62195F

Color information

#62195F (or 0x62195F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 5F. RGB value is (98,25,95). Sum of RGB (Red+Green+Blue) = 98+25+95=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #62195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62195F is #9DE6A0. Grayscale: #363636. Windows color (decimal): -10348193 or 6232418. OLE color: 6232418.

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

Color convert

RGB982595-
CMYK00.740.030.62
HSL302.47º59.35%24.12%-
HSV(B)302.47º74.49%38.43%-
XYZ7.454.1211.23-
YUV54.81150.68158.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=44.95%
G=11.47%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98259500.740.030.62302.4759.3524.12
Hex62195F04A33E12e3b18
Octal1423113701123764567330
Binary1100010110011011111010010101111111010010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,25,95); }

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

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

 a { background-color: rgb(98,25,95); }

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

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

 span { border-color: rgb(98,25,95); }

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