Html Css Color HEX #720589 Purple

📋 copy color: '#720589'

red 114 ◦ green 5 ◦ blue 137

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

Shades of Purple #720589

Tints of Purple #720589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 44.53%
G = 1.95%
B = 53.52%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#720589 (or 0x720589) is known color: Purple. HEX triplet: 72, 05 and 89. RGB value is (114,5,137). Sum of RGB (Red+Green+Blue) = 114+5+137=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #720589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720589 is #8DFA76. Grayscale: #343434. Windows color (decimal): -9304695 or 8979826. OLE color: 8979826.

HSL color Cylindrical-coordinate representation of color #720589: hue angle of 289.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720589 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 5 137 -
CMYK 0.17 0.96 0 0.46
HSL 289.55º 0.93% 0.28% -
HSV(B) 289.55º 0.96% 0.54% -
XYZ 11.51 5.49 24.12 -
YUV 52.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 114 5 137 0.17 0.96 0 0.46 289.55 0.93 0.28
Hex 72 5 89 11 60 0 2E 122 5D 1C
Octal 162 5 211 21 140 0 56 442 135 34
Binary 1110010 101 10001001 10001 1100000 0 101110 100100010 1011101 11100

Color Harmonies of #720589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720589

Black with #720589

Text Example


Text Example

White with #720589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720589; }

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

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

background-color css

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

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

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

border-color css

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

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

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