#62005D

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

Shades of Palatinate Purple #62005D

Tints of Palatinate Purple #62005D

Color information

#62005D (or 0x62005D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 00 and 5D. RGB value is (98,0,93). Sum of RGB (Red+Green+Blue) = 98+0+93=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62005D is #9DFFA2. Grayscale: #272727. Windows color (decimal): -10354595 or 6094946. OLE color: 6094946.

HSL color Cylindrical-coordinate representation of color #62005D: hue angle of 303.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62005D is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB98093-
CMYK010.050.62
HSL303.06º100%19.22%-
HSV(B)303.06º100%38.43%-
XYZ7.013.3910.64-
YUV39.9157.97169.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=51.31%
G=0%
B=48.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98093010.050.62303.0610019.22
Hex6205D06453E12f6413
Octal1420135014457645714423
Binary11000100101110101100100101111110100101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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