#62285C

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

Shades of Palatinate Purple #62285C

Tints of Palatinate Purple #62285C

Color information

#62285C (or 0x62285C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 28 and 5C. RGB value is (98,40,92). Sum of RGB (Red+Green+Blue) = 98+40+92=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285C is #9DD7A3. Grayscale: #3F3F3F. Windows color (decimal): -10344356 or 6039650. OLE color: 6039650.

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

Color convert

RGB984092-
CMYK00.590.060.62
HSL306.21º42.03%27.06%-
HSV(B)306.21º59.18%38.43%-
XYZ7.734.8910.66-
YUV63.27144.22152.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 92 (36.33% from 255) = 40%
R=42.61%
G=17.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98409200.590.060.62306.2142.0327.06
Hex62285C03B63E1322a1b
Octal142501340736764625233
Binary11000101010001011100011101111011111010011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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