#62055D

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

Shades of Palatinate Purple #62055D

Tints of Palatinate Purple #62055D

Color information

#62055D (or 0x62055D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 5D. RGB value is (98,5,93). Sum of RGB (Red+Green+Blue) = 98+5+93=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62055D is #9DFAA2. Grayscale: #2A2A2A. Windows color (decimal): -10353315 or 6096226. OLE color: 6096226.

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

Color convert

RGB98593-
CMYK00.950.050.62
HSL303.23º90.29%20.2%-
HSV(B)303.23º94.9%38.43%-
XYZ7.073.510.66-
YUV42.84156.31167.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=50%
G=2.55%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9859300.950.050.62303.2390.2920.2
Hex6255D05F53E12f5a14
Octal1425135013757645713224
Binary1100010101101110101011111101111110100101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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