Html Css Color HEX #720588 Purple

📋 copy color: '#720588'

red 114 ◦ green 5 ◦ blue 136

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

Shades of Purple #720588

Tints of Purple #720588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 44.71%
G = 1.96%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720588 (or 0x720588) is known color: Purple. HEX triplet: 72, 05 and 88. RGB value is (114,5,136). Sum of RGB (Red+Green+Blue) = 114+5+136=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #720588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720588 is #8DFA77. Grayscale: #343434. Windows color (decimal): -9304696 or 8914290. OLE color: 8914290.

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

Color convert

RGB 114 5 136 -
CMYK 0.16 0.96 0 0.47
HSL 289.92º 0.93% 0.28% -
HSV(B) 289.92º 0.96% 0.53% -
XYZ 11.44 5.46 23.74 -
YUV 52.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 114 5 136 0.16 0.96 0 0.47 289.92 0.93 0.28
Hex 72 5 88 10 60 0 2F 122 5D 1C
Octal 162 5 210 20 140 0 57 442 135 34
Binary 1110010 101 10001000 10000 1100000 0 101111 100100010 1011101 11100

Color Harmonies of #720588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720588

Black with #720588

Text Example


Text Example

White with #720588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720588; }

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

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

background-color css

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

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

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

border-color css

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

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

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