#620173

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

Shades of Purple #620173

Tints of Purple #620173

Color information

#620173 (or 0x620173) is unknown color: approx Purple. HEX triplet: 62, 01 and 73. RGB value is (98,1,115). Sum of RGB (Red+Green+Blue) = 98+1+115=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #620173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620173 is #9DFE8C. Grayscale: #2A2A2A. Windows color (decimal): -10354317 or 7536994. OLE color: 7536994.

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

Color convert

RGB981115-
CMYK0.150.9900.55
HSL291.05º98.28%22.75%-
HSV(B)291.05º99.13%45.1%-
XYZ8.143.8616.53-
YUV43168.64167.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=45.79%
G=0.47%
B=53.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811150.150.9900.55291.0598.2822.75
Hex62173F630371236217
Octal14211631714306744314227
Binary110001011110011111111000110110111100100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620173; }

 p { color: rgb(98,1,115); }

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

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

 a { background-color: rgb(98,1,115); }

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

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

 span { border-color: rgb(98,1,115); }

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