#62165F

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

Shades of Palatinate Purple #62165F

Tints of Palatinate Purple #62165F

Color information

#62165F (or 0x62165F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 5F. RGB value is (98,22,95). Sum of RGB (Red+Green+Blue) = 98+22+95=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165F is #9DE9A0. Grayscale: #343434. Windows color (decimal): -10348961 or 6231650. OLE color: 6231650.

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

Color convert

RGB982295-
CMYK00.780.030.62
HSL302.37º63.33%23.53%-
HSV(B)302.37º77.55%38.43%-
XYZ7.39411.21-
YUV53.05151.68160.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=45.58%
G=10.23%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229500.780.030.62302.3763.3323.53
Hex62165F04E33E12e3f18
Octal1422613701163764567730
Binary1100010101101011111010011101111111010010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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