#620370

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

Shades of Purple #620370

Tints of Purple #620370

Color information

#620370 (or 0x620370) is unknown color: approx Purple. HEX triplet: 62, 03 and 70. RGB value is (98,3,112). Sum of RGB (Red+Green+Blue) = 98+3+112=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #620370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620370 is #9DFC8F. Grayscale: #2B2B2B. Windows color (decimal): -10353808 or 7340898. OLE color: 7340898.

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

Color convert

RGB983112-
CMYK0.130.9700.56
HSL292.29º94.78%22.55%-
HSV(B)292.29º97.32%43.92%-
XYZ7.993.8315.65-
YUV43.83166.47166.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=46.01%
G=1.41%
B=52.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9831120.130.9700.56292.2994.7822.55
Hex62370D610381245f17
Octal14231601514107044413727
Binary1100010111110000110111000010111000100100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620370; }

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

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

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

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

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

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

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

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