#62035E

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

Shades of Palatinate Purple #62035E

Tints of Palatinate Purple #62035E

Color information

#62035E (or 0x62035E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 03 and 5E. RGB value is (98,3,94). Sum of RGB (Red+Green+Blue) = 98+3+94=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62035E is #9DFCA1. Grayscale: #292929. Windows color (decimal): -10353826 or 6161250. OLE color: 6161250.

HSL color Cylindrical-coordinate representation of color #62035E: hue angle of 302.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62035E is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB98394-
CMYK00.970.040.62
HSL302.53º94.06%19.8%-
HSV(B)302.53º96.94%38.43%-
XYZ7.093.4710.89-
YUV41.78157.47168.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=50.26%
G=1.54%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9839400.970.040.62302.5394.0619.8
Hex6235E06143E12f5e14
Octal1423136014147645713624
Binary110001011101111001100001100111110100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62035E; }

 p { color: rgb(98,3,94); }

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

<style>
 a { background-color: #62035E; }

 a { background-color: rgb(98,3,94); }

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

<style>
 span { border-color: #62035E; }

 span { border-color: rgb(98,3,94); }

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