#620771

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

Shades of Purple #620771

Tints of Purple #620771

Color information

#620771 (or 0x620771) is unknown color: approx Purple. HEX triplet: 62, 07 and 71. RGB value is (98,7,113). Sum of RGB (Red+Green+Blue) = 98+7+113=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #620771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620771 is #9DF88E. Grayscale: #2D2D2D. Windows color (decimal): -10352783 or 7407458. OLE color: 7407458.

HSL color Cylindrical-coordinate representation of color #620771: hue angle of 291.51º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620771 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB987113-
CMYK0.130.9400.56
HSL291.51º88.33%23.53%-
HSV(B)291.51º93.81%44.31%-
XYZ8.093.9415.96-
YUV46.29165.65164.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=44.95%
G=3.21%
B=51.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9871130.130.9400.56291.5188.3323.53
Hex62771D5E0381245818
Octal14271611513607044413030
Binary11000101111110001110110111100111000100100100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620771; }

 p { color: rgb(98,7,113); }

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

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

 a { background-color: rgb(98,7,113); }

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

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

 span { border-color: rgb(98,7,113); }

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