#62235C

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

Shades of Palatinate Purple #62235C

Tints of Palatinate Purple #62235C

Color information

#62235C (or 0x62235C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 5C. RGB value is (98,35,92). Sum of RGB (Red+Green+Blue) = 98+35+92=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62235C is #9DDCA3. Grayscale: #3C3C3C. Windows color (decimal): -10345636 or 6038370. OLE color: 6038370.

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

Color convert

RGB983592-
CMYK00.640.060.62
HSL305.71º47.37%26.08%-
HSV(B)305.71º64.29%38.43%-
XYZ7.574.5710.61-
YUV60.33145.87154.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=43.56%
G=15.56%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98359200.640.060.62305.7147.3726.08
Hex62235C04063E1322f1a
Octal1424313401006764625732
Binary110001010001110111000100000011011111010011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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