#62175F

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

Shades of Palatinate Purple #62175F

Tints of Palatinate Purple #62175F

Color information

#62175F (or 0x62175F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 5F. RGB value is (98,23,95). Sum of RGB (Red+Green+Blue) = 98+23+95=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62175F is #9DE8A0. Grayscale: #353535. Windows color (decimal): -10348705 or 6231906. OLE color: 6231906.

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

Color convert

RGB982395-
CMYK00.770.030.62
HSL302.4º61.98%23.73%-
HSV(B)302.4º76.53%38.43%-
XYZ7.414.0411.21-
YUV53.63151.35159.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=45.37%
G=10.65%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98239500.770.030.62302.461.9823.73
Hex62175F04D33E12e3e18
Octal1422713701153764567630
Binary1100010101111011111010011011111111010010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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