#62415F

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

Shades of Palatinate Purple #62415F

Tints of Palatinate Purple #62415F

Color information

#62415F (or 0x62415F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 41 and 5F. RGB value is (98,65,95). Sum of RGB (Red+Green+Blue) = 98+65+95=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62415F is #9DBEA0. Grayscale: #4E4E4E. Windows color (decimal): -10337953 or 6242658. OLE color: 6242658.

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

Color convert

RGB986595-
CMYK00.340.030.62
HSL305.45º20.25%31.96%-
HSV(B)305.45º33.67%38.43%-
XYZ8.997.211.74-
YUV78.29137.43142.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=37.98%
G=25.19%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98659500.340.030.62305.4520.2531.96
Hex62415F02233E1311420
Octal1421011370423764612440
Binary11000101000001101111101000101111111010011000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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