#62185D

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

Shades of Palatinate Purple #62185D

Tints of Palatinate Purple #62185D

Color information

#62185D (or 0x62185D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 18 and 5D. RGB value is (98,24,93). Sum of RGB (Red+Green+Blue) = 98+24+93=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185D is #9DE7A2. Grayscale: #353535. Windows color (decimal): -10348451 or 6101090. OLE color: 6101090.

HSL color Cylindrical-coordinate representation of color #62185D: hue angle of 304.05º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62185D is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB982493-
CMYK00.760.050.62
HSL304.05º60.66%23.92%-
HSV(B)304.05º75.51%38.43%-
XYZ7.344.0410.75-
YUV53.99150.02159.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=45.58%
G=11.16%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98249300.760.050.62304.0560.6623.92
Hex62185D04C53E1303d18
Octal1423013501145764607530
Binary11000101100010111010100110010111111010011000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62185D; }

 p { color: rgb(98,24,93); }

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

<style>
 a { background-color: #62185D; }

 a { background-color: rgb(98,24,93); }

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

<style>
 span { border-color: #62185D; }

 span { border-color: rgb(98,24,93); }

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