#62285F

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

Shades of Palatinate Purple #62285F

Tints of Palatinate Purple #62285F

Color information

#62285F (or 0x62285F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 28 and 5F. RGB value is (98,40,95). Sum of RGB (Red+Green+Blue) = 98+40+95=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #62285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285F is #9DD7A0. Grayscale: #3F3F3F. Windows color (decimal): -10344353 or 6236258. OLE color: 6236258.

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

Color convert

RGB984095-
CMYK00.590.030.62
HSL303.1º42.03%27.06%-
HSV(B)303.1º59.18%38.43%-
XYZ7.864.9411.37-
YUV63.61145.72152.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=42.06%
G=17.17%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98409500.590.030.62303.142.0327.06
Hex62285F03B33E12f2a1b
Octal142501370733764575233
Binary1100010101000101111101110111111111010010111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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