Html Css Color HEX #720091 Purple

📋 copy color: '#720091'

red 114 ◦ green 0 ◦ blue 145

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

Shades of Purple #720091

Tints of Purple #720091

RGB

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

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

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

R = 44.02%
G = 0%
B = 55.98%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720091 (or 0x720091) is known color: Purple. HEX triplet: 72, 00 and 91. RGB value is (114,0,145). Sum of RGB (Red+Green+Blue) = 114+0+145=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #720091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720091 is #8DFF6E. Grayscale: #323232. Windows color (decimal): -9305967 or 9502834. OLE color: 9502834.

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

Color convert

RGB 114 0 145 -
CMYK 0.21 1 0 0.43
HSL 287.17º 1% 0.28% -
HSV(B) 287.17º 1% 0.57% -
XYZ 12.05 5.62 27.24 -
YUV 50.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 114 0 145 0.21 1 0 0.43 287.17 1 0.28
Hex 72 0 91 15 64 0 2B 11F 64 1C
Octal 162 0 221 25 144 0 53 437 144 34
Binary 1110010 0 10010001 10101 1100100 0 101011 100011111 1100100 11100

Color Harmonies of #720091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720091

Black with #720091

Text Example


Text Example

White with #720091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720091; }

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

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

background-color css

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

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

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

border-color css

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

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

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