#62295b

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

Shades of Palatinate Purple #62295B

Tints of Palatinate Purple #62295B

Color information

#62295B (or 0x62295B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 29 and 5B. RGB value is (98,41,91). Sum of RGB (Red+Green+Blue) = 98+41+91=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62295B is #9DD6A4. Grayscale: #3F3F3F. Windows color (decimal): -10344101 or 5974370. OLE color: 5974370.

HSL color Cylindrical-coordinate representation of color #62295B: hue angle of 307.37º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62295B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB984191-
CMYK00.580.070.62
HSL307.37º41.01%27.25%-
HSV(B)307.37º58.16%38.43%-
XYZ7.724.9410.44-
YUV63.74143.38152.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=42.61%
G=17.83%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98419100.580.070.62307.3741.0127.25
Hex62295B03A73E133291b
Octal142511330727764635133
Binary11000101010011011011011101011111111010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62295b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62295b; }

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

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

<style>
 a { background-color: #62295b; }

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

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

<style>
 span { border-color: #62295b; }

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

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