#62035C

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

Shades of Palatinate Purple #62035C

Tints of Palatinate Purple #62035C

Color information

#62035C (or 0x62035C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 03 and 5C. RGB value is (98,3,92). Sum of RGB (Red+Green+Blue) = 98+3+92=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62035C is #9DFCA3. Grayscale: #292929. Windows color (decimal): -10353828 or 6030178. OLE color: 6030178.

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

Color convert

RGB98392-
CMYK00.970.060.62
HSL303.79º94.06%19.8%-
HSV(B)303.79º96.94%38.43%-
XYZ73.4310.42-
YUV41.55156.47168.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=50.78%
G=1.55%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9839200.970.060.62303.7994.0619.8
Hex6235C06163E1305e14
Octal1423134014167646013624
Binary110001011101110001100001110111110100110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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