#620071

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

Shades of Purple #620071

Tints of Purple #620071

Color information

#620071 (or 0x620071) is unknown color: approx Purple. HEX triplet: 62, 00 and 71. RGB value is (98,0,113). Sum of RGB (Red+Green+Blue) = 98+0+113=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #620071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620071 is #9DFF8E. Grayscale: #292929. Windows color (decimal): -10354575 or 7405666. OLE color: 7405666.

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

Color convert

RGB980113-
CMYK0.13100.56
HSL292.04º100%22.16%-
HSV(B)292.04º100%44.31%-
XYZ8.023.7915.93-
YUV42.18167.97167.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=46.45%
G=0%
B=53.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9801130.13100.56292.0410022.16
Hex62071D640381246416
Octal14201611514407044414426
Binary110001001110001110111001000111000100100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620071; }

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

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

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

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

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

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

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

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