#62285B

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

Shades of Palatinate Purple #62285B

Tints of Palatinate Purple #62285B

Color information

#62285B (or 0x62285B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 28 and 5B. RGB value is (98,40,91). Sum of RGB (Red+Green+Blue) = 98+40+91=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285B is #9DD7A4. Grayscale: #3F3F3F. Windows color (decimal): -10344357 or 5974114. OLE color: 5974114.

HSL color Cylindrical-coordinate representation of color #62285B: hue angle of 307.24º 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 #62285B is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB984091-
CMYK00.590.070.62
HSL307.24º42.03%27.06%-
HSV(B)307.24º59.18%38.43%-
XYZ7.684.8710.43-
YUV63.16143.72152.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=42.79%
G=17.47%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98409100.590.070.62307.2442.0327.06
Hex62285B03B73E1332a1b
Octal142501330737764635233
Binary11000101010001011011011101111111111010011001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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