Html Css Color HEX #620872 Purple

📋 copy color: '#620872'

red 98 ◦ green 8 ◦ blue 114

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

Shades of Purple #620872

Tints of Purple #620872

RGB

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

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

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

R = 44.55%
G = 3.64%
B = 51.82%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620872 (or 0x620872) is known color: Purple. HEX triplet: 62, 08 and 72. RGB value is (98,8,114). Sum of RGB (Red+Green+Blue) = 98+8+114=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #620872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620872 is #9DF78D. Grayscale: #2E2E2E. Windows color (decimal): -10352526 or 7473250. OLE color: 7473250.

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

Color convert

RGB 98 8 114 -
CMYK 0.14 0.93 0 0.55
HSL 290.94º 0.87% 0.24% -
HSV(B) 290.94º 0.93% 0.45% -
XYZ 8.16 3.99 16.26 -
YUV 46.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 98 8 114 0.14 0.93 0 0.55 290.94 0.87 0.24
Hex 62 8 72 E 5D 0 37 123 57 18
Octal 142 10 162 16 135 0 67 443 127 30
Binary 1100010 1000 1110010 1110 1011101 0 110111 100100011 1010111 11000

Color Harmonies of #620872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620872

Black with #620872

Text Example


Text Example

White with #620872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620872; }

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

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

background-color css

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

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

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

border-color css

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

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

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