#620372

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

Shades of Purple #620372

Tints of Purple #620372

Color information

#620372 (or 0x620372) is unknown color: approx Purple. HEX triplet: 62, 03 and 72. RGB value is (98,3,114). Sum of RGB (Red+Green+Blue) = 98+3+114=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #620372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620372 is #9DFC8D. Grayscale: #2B2B2B. Windows color (decimal): -10353806 or 7471970. OLE color: 7471970.

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

Color convert

RGB983114-
CMYK0.140.9700.55
HSL291.35º94.87%22.94%-
HSV(B)291.35º97.37%44.71%-
XYZ8.113.8816.24-
YUV44.06167.47166.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=45.58%
G=1.40%
B=53.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9831140.140.9700.55291.3594.8722.94
Hex62372E610371235f17
Octal14231621614106744313727
Binary1100010111110010111011000010110111100100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620372; }

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

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

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

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

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

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

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

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