#620A5C

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

Shades of Palatinate Purple #620A5C

Tints of Palatinate Purple #620A5C

Color information

#620A5C (or 0x620A5C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0A and 5C. RGB value is (98,10,92). Sum of RGB (Red+Green+Blue) = 98+10+92=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5C is #9DF5A3. Grayscale: #2D2D2D. Windows color (decimal): -10352036 or 6031970. OLE color: 6031970.

HSL color Cylindrical-coordinate representation of color #620A5C: hue angle of 304.09º 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 #620A5C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB981092-
CMYK00.900.060.62
HSL304.09º81.48%21.18%-
HSV(B)304.09º89.8%38.43%-
XYZ7.083.5910.44-
YUV45.66154.15165.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 92 (36.33% from 255) = 46%
R=49%
G=5%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98109200.900.060.62304.0981.4821.18
Hex62A5C05A63E1305115
Octal14212134013267646012125
Binary11000101010101110001011010110111110100110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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