#62055A

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

Shades of Palatinate Purple #62055A

Tints of Palatinate Purple #62055A

Color information

#62055A (or 0x62055A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 5A. RGB value is (98,5,90). Sum of RGB (Red+Green+Blue) = 98+5+90=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62055A is #9DFAA5. Grayscale: #2A2A2A. Windows color (decimal): -10353318 or 5899618. OLE color: 5899618.

HSL color Cylindrical-coordinate representation of color #62055A: hue angle of 305.16º 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 #62055A is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB98590-
CMYK00.950.080.62
HSL305.16º90.29%20.2%-
HSV(B)305.16º94.9%38.43%-
XYZ6.943.449.97-
YUV42.5154.81167.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=50.78%
G=2.59%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9859000.950.080.62305.1690.2920.2
Hex6255A05F83E1315a14
Octal14251320137107646113224
Binary11000101011011010010111111000111110100110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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