Html Css Color HEX #620772 Purple

📋 copy color: '#620772'

red 98 ◦ green 7 ◦ blue 114

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

Shades of Purple #620772

Tints of Purple #620772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 44.75%
G = 3.2%
B = 52.05%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620772 (or 0x620772) is known color: Purple. HEX triplet: 62, 07 and 72. RGB value is (98,7,114). Sum of RGB (Red+Green+Blue) = 98+7+114=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #620772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620772 is #9DF88D. Grayscale: #2E2E2E. Windows color (decimal): -10352782 or 7472994. OLE color: 7472994.

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

Color convert

RGB 98 7 114 -
CMYK 0.14 0.94 0 0.55
HSL 291.03º 0.88% 0.24% -
HSV(B) 291.03º 0.94% 0.45% -
XYZ 8.15 3.96 16.26 -
YUV 46.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 98 7 114 0.14 0.94 0 0.55 291.03 0.88 0.24
Hex 62 7 72 E 5E 0 37 123 58 18
Octal 142 7 162 16 136 0 67 443 130 30
Binary 1100010 111 1110010 1110 1011110 0 110111 100100011 1011000 11000

Color Harmonies of #620772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620772

Black with #620772

Text Example


Text Example

White with #620772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620772; }

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

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

background-color css

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

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

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

border-color css

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

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

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