#620572

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

Shades of Purple #620572

Tints of Purple #620572

Color information

#620572 (or 0x620572) is unknown color: approx Purple. HEX triplet: 62, 05 and 72. RGB value is (98,5,114). Sum of RGB (Red+Green+Blue) = 98+5+114=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #620572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620572 is #9DFA8D. Grayscale: #2C2C2C. Windows color (decimal): -10353294 or 7472482. OLE color: 7472482.

HSL color Cylindrical-coordinate representation of color #620572: hue angle of 291.19º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620572 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB985114-
CMYK0.140.9600.55
HSL291.19º91.6%23.33%-
HSV(B)291.19º95.61%44.71%-
XYZ8.133.9216.25-
YUV45.23166.81165.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=45.16%
G=2.30%
B=52.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9851140.140.9600.55291.1991.623.33
Hex62572E600371235c17
Octal14251621614006744313427
Binary11000101011110010111011000000110111100100011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620572; }

 p { color: rgb(98,5,114); }

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

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

 a { background-color: rgb(98,5,114); }

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

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

 span { border-color: rgb(98,5,114); }

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