Html Css Color HEX #720788 Purple

📋 copy color: '#720788'

red 114 ◦ green 7 ◦ blue 136

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

Shades of Purple #720788

Tints of Purple #720788

RGB

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

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

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

R = 44.36%
G = 2.72%
B = 52.92%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720788 (or 0x720788) is known color: Purple. HEX triplet: 72, 07 and 88. RGB value is (114,7,136). Sum of RGB (Red+Green+Blue) = 114+7+136=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #720788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720788 is #8DF877. Grayscale: #353535. Windows color (decimal): -9304184 or 8914802. OLE color: 8914802.

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

Color convert

RGB 114 7 136 -
CMYK 0.16 0.95 0 0.47
HSL 289.77º 0.9% 0.28% -
HSV(B) 289.77º 0.95% 0.53% -
XYZ 11.46 5.51 23.75 -
YUV 53.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 114 7 136 0.16 0.95 0 0.47 289.77 0.9 0.28
Hex 72 7 88 10 5F 0 2F 122 5A 1C
Octal 162 7 210 20 137 0 57 442 132 34
Binary 1110010 111 10001000 10000 1011111 0 101111 100100010 1011010 11100

Color Harmonies of #720788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720788

Black with #720788

Text Example


Text Example

White with #720788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720788; }

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

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

background-color css

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

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

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

border-color css

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

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

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