Html Css Color HEX #620873 Purple

📋 copy color: '#620873'

red 98 ◦ green 8 ◦ blue 115

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

Shades of Purple #620873

Tints of Purple #620873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 44.34%
G = 3.62%
B = 52.04%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620873 (or 0x620873) is known color: Purple. HEX triplet: 62, 08 and 73. RGB value is (98,8,115). Sum of RGB (Red+Green+Blue) = 98+8+115=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #620873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620873 is #9DF78C. Grayscale: #2E2E2E. Windows color (decimal): -10352525 or 7538786. OLE color: 7538786.

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

Color convert

RGB 98 8 115 -
CMYK 0.15 0.93 0 0.55
HSL 290.47º 0.87% 0.24% -
HSV(B) 290.47º 0.93% 0.45% -
XYZ 8.22 4.01 16.56 -
YUV 47.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 98 8 115 0.15 0.93 0 0.55 290.47 0.87 0.24
Hex 62 8 73 F 5D 0 37 122 57 18
Octal 142 10 163 17 135 0 67 442 127 30
Binary 1100010 1000 1110011 1111 1011101 0 110111 100100010 1010111 11000

Color Harmonies of #620873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620873

Black with #620873

Text Example


Text Example

White with #620873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620873; }

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

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

background-color css

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

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

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

border-color css

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

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

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