Html Css Color HEX #720591 Purple

📋 copy color: '#720591'

red 114 ◦ green 5 ◦ blue 145

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

Shades of Purple #720591

Tints of Purple #720591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 43.18%
G = 1.89%
B = 54.92%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720591 (or 0x720591) is known color: Purple. HEX triplet: 72, 05 and 91. RGB value is (114,5,145). Sum of RGB (Red+Green+Blue) = 114+5+145=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #720591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720591 is #8DFA6E. Grayscale: #353535. Windows color (decimal): -9304687 or 9504114. OLE color: 9504114.

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

Color convert

RGB 114 5 145 -
CMYK 0.21 0.97 0 0.43
HSL 286.71º 0.93% 0.29% -
HSV(B) 286.71º 0.97% 0.57% -
XYZ 12.1 5.73 27.26 -
YUV 53.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 114 5 145 0.21 0.97 0 0.43 286.71 0.93 0.29
Hex 72 5 91 15 61 0 2B 11F 5D 1D
Octal 162 5 221 25 141 0 53 437 135 35
Binary 1110010 101 10010001 10101 1100001 0 101011 100011111 1011101 11101

Color Harmonies of #720591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720591

Black with #720591

Text Example


Text Example

White with #720591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720591; }

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

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

background-color css

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

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

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

border-color css

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

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

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