#620C57

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

Shades of Palatinate Purple #620C57

Tints of Palatinate Purple #620C57

Color information

#620C57 (or 0x620C57) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0C and 57. RGB value is (98,12,87). Sum of RGB (Red+Green+Blue) = 98+12+87=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #620C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C57 is #9DF3A8. Grayscale: #2E2E2E. Windows color (decimal): -10351529 or 5704802. OLE color: 5704802.

HSL color Cylindrical-coordinate representation of color #620C57: hue angle of 307.67º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C57 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB981287-
CMYK00.880.110.62
HSL307.67º78.18%21.57%-
HSV(B)307.67º87.76%38.43%-
XYZ6.893.559.34-
YUV46.26150.99164.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=49.75%
G=6.09%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98128700.880.110.62307.6778.1821.57
Hex62C57058B3E1344e16
Octal142141270130137646411626
Binary110001011001010111010110001011111110100110100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,12,87); }

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

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

 a { background-color: rgb(98,12,87); }

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

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

 span { border-color: rgb(98,12,87); }

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