#62235B

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

Shades of Palatinate Purple #62235B

Tints of Palatinate Purple #62235B

Color information

#62235B (or 0x62235B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 5B. RGB value is (98,35,91). Sum of RGB (Red+Green+Blue) = 98+35+91=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62235B is #9DDCA4. Grayscale: #3C3C3C. Windows color (decimal): -10345637 or 5972834. OLE color: 5972834.

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

Color convert

RGB983591-
CMYK00.640.070.62
HSL306.67º47.37%26.08%-
HSV(B)306.67º64.29%38.43%-
XYZ7.534.5510.38-
YUV60.22145.37154.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=43.75%
G=15.62%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98359100.640.070.62306.6747.3726.08
Hex62235B04073E1332f1a
Octal1424313301007764635732
Binary110001010001110110110100000011111111010011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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