#62055E

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

Shades of Palatinate Purple #62055E

Tints of Palatinate Purple #62055E

Color information

#62055E (or 0x62055E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 5E. RGB value is (98,5,94). Sum of RGB (Red+Green+Blue) = 98+5+94=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62055E is #9DFAA1. Grayscale: #2A2A2A. Windows color (decimal): -10353314 or 6161762. OLE color: 6161762.

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

Color convert

RGB98594-
CMYK00.950.040.62
HSL302.58º90.29%20.2%-
HSV(B)302.58º94.9%38.43%-
XYZ7.113.5110.89-
YUV42.95156.81167.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=49.75%
G=2.54%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9859400.950.040.62302.5890.2920.2
Hex6255E05F43E12f5a14
Octal1425136013747645713224
Binary1100010101101111001011111100111110100101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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