Html Css Color HEX #720791 Purple

📋 copy color: '#720791'

red 114 ◦ green 7 ◦ blue 145

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

Shades of Purple #720791

Tints of Purple #720791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 42.86%
G = 2.63%
B = 54.51%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720791 (or 0x720791) is known color: Purple. HEX triplet: 72, 07 and 91. RGB value is (114,7,145). Sum of RGB (Red+Green+Blue) = 114+7+145=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #720791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720791 is #8DF86E. Grayscale: #363636. Windows color (decimal): -9304175 or 9504626. OLE color: 9504626.

HSL color Cylindrical-coordinate representation of color #720791: hue angle of 286.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720791 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 7 145 -
CMYK 0.21 0.95 0 0.43
HSL 286.52º 0.91% 0.3% -
HSV(B) 286.52º 0.95% 0.57% -
XYZ 12.13 5.77 27.26 -
YUV 54.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 114 7 145 0.21 0.95 0 0.43 286.52 0.91 0.3
Hex 72 7 91 15 5F 0 2B 11F 5B 1E
Octal 162 7 221 25 137 0 53 437 133 36
Binary 1110010 111 10010001 10101 1011111 0 101011 100011111 1011011 11110

Color Harmonies of #720791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720791

Black with #720791

Text Example


Text Example

White with #720791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720791; }

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

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

background-color css

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

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

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

border-color css

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

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

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