Html Css Color HEX #620473 Purple

📋 copy color: '#620473'

red 98 ◦ green 4 ◦ blue 115

#620473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #620473

Tints of Purple #620473

RGB

 RED value IS 98 (38.67% from 255) = 45.16%

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 115 (45.31% from 255) = 53%

R = 45.16%
G = 1.84%
B = 53%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620473 (or 0x620473) is known color: Purple. HEX triplet: 62, 04 and 73. RGB value is (98,4,115). Sum of RGB (Red+Green+Blue) = 98+4+115=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #620473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620473 is #9DFB8C. Grayscale: #2C2C2C. Windows color (decimal): -10353549 or 7537762. OLE color: 7537762.

HSL color Cylindrical-coordinate representation of color #620473: hue angle of 290.81º degrees, saturation: 0.93, 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 #620473 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 4 115 -
CMYK 0.15 0.97 0 0.55
HSL 290.81º 0.93% 0.23% -
HSV(B) 290.81º 0.97% 0.45% -
XYZ 8.17 3.92 16.55 -
YUV 44.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 98 4 115 0.15 0.97 0 0.55 290.81 0.93 0.23
Hex 62 4 73 F 61 0 37 123 5D 17
Octal 142 4 163 17 141 0 67 443 135 27
Binary 1100010 100 1110011 1111 1100001 0 110111 100100011 1011101 10111

Color Harmonies of #620473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620473

Black with #620473

Text Example


Text Example

White with #620473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620473; }

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

 H1.HeaderClassName
 {
   color: #620473;
 }
 .AnyTagClassName
 {
   color: #620473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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