Html Css Color HEX #620072 Purple

📋 copy color: '#620072'

red 98 ◦ green 0 ◦ blue 114

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

Shades of Purple #620072

Tints of Purple #620072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.23%
G = 0%
B = 53.77%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620072 (or 0x620072) is known color: Purple. HEX triplet: 62, 00 and 72. RGB value is (98,0,114). Sum of RGB (Red+Green+Blue) = 98+0+114=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #620072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620072 is #9DFF8D. Grayscale: #292929. Windows color (decimal): -10354574 or 7471202. OLE color: 7471202.

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

Color convert

RGB 98 0 114 -
CMYK 0.14 1 0 0.55
HSL 291.58º 1% 0.22% -
HSV(B) 291.58º 1% 0.45% -
XYZ 8.07 3.81 16.23 -
YUV 42.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 98 0 114 0.14 1 0 0.55 291.58 1 0.22
Hex 62 0 72 E 64 0 37 124 64 16
Octal 142 0 162 16 144 0 67 444 144 26
Binary 1100010 0 1110010 1110 1100100 0 110111 100100100 1100100 10110

Color Harmonies of #620072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620072

Black with #620072

Text Example


Text Example

White with #620072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620072; }

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

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

background-color css

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

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

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

border-color css

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

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

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