#62235F

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

Shades of Palatinate Purple #62235F

Tints of Palatinate Purple #62235F

Color information

#62235F (or 0x62235F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 5F. RGB value is (98,35,95). Sum of RGB (Red+Green+Blue) = 98+35+95=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62235F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62235F is #9DDCA0. Grayscale: #3C3C3C. Windows color (decimal): -10345633 or 6234978. OLE color: 6234978.

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

Color convert

RGB983595-
CMYK00.640.030.62
HSL302.86º47.37%26.08%-
HSV(B)302.86º64.29%38.43%-
XYZ7.74.6211.31-
YUV60.68147.37154.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=42.98%
G=15.35%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98359500.640.030.62302.8647.3726.08
Hex62235F04033E12f2f1a
Octal1424313701003764575732
Binary11000101000111011111010000001111111010010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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