#620A5F

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

Shades of Palatinate Purple #620A5F

Tints of Palatinate Purple #620A5F

Color information

#620A5F (or 0x620A5F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0A and 5F. RGB value is (98,10,95). Sum of RGB (Red+Green+Blue) = 98+10+95=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5F is #9DF5A0. Grayscale: #2D2D2D. Windows color (decimal): -10352033 or 6228578. OLE color: 6228578.

HSL color Cylindrical-coordinate representation of color #620A5F: hue angle of 302.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A5F is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB981095-
CMYK00.900.030.62
HSL302.05º81.48%21.18%-
HSV(B)302.05º89.8%38.43%-
XYZ7.213.6411.15-
YUV46155.65165.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=48.28%
G=4.93%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98109500.900.030.62302.0581.4821.18
Hex62A5F05A33E12e5115
Octal14212137013237645612125
Binary1100010101010111110101101011111110100101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620A5F; }

 p { color: rgb(98,10,95); }

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

<style>
 a { background-color: #620A5F; }

 a { background-color: rgb(98,10,95); }

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

<style>
 span { border-color: #620A5F; }

 span { border-color: rgb(98,10,95); }

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