Html Css Color HEX #720180 Purple

📋 copy color: '#720180'

red 114 ◦ green 1 ◦ blue 128

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

Shades of Purple #720180

Tints of Purple #720180

RGB

 RED value IS 114 (44.92% from 255) = 46.91%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 46.91%
G = 0.41%
B = 52.67%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#720180 (or 0x720180) is known color: Purple. HEX triplet: 72, 01 and 80. RGB value is (114,1,128). Sum of RGB (Red+Green+Blue) = 114+1+128=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #720180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720180 is #8DFE7F. Grayscale: #303030. Windows color (decimal): -9305728 or 8388978. OLE color: 8388978.

HSL color Cylindrical-coordinate representation of color #720180: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720180 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 1 128 -
CMYK 0.11 0.99 0 0.50
HSL 293.39º 0.98% 0.25% -
HSV(B) 293.39º 0.99% 0.5% -
XYZ 10.85 5.16 20.85 -
YUV 49.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 114 1 128 0.11 0.99 0 0.50 293.39 0.98 0.25
Hex 72 1 80 B 63 0 32 125 62 19
Octal 162 1 200 13 143 0 62 445 142 31
Binary 1110010 1 10000000 1011 1100011 0 110010 100100101 1100010 11001

Color Harmonies of #720180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720180

Black with #720180

Text Example


Text Example

White with #720180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720180; }

 p { color: rgb(114,1,128); }

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

background-color css

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

 a { background-color: rgb(114,1,128); }

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

border-color css

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

 span { border-color: rgb(114,1,128); }

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