Html Css Color HEX #720781 Purple

📋 copy color: '#720781'

red 114 ◦ green 7 ◦ blue 129

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

Shades of Purple #720781

Tints of Purple #720781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 45.6%
G = 2.8%
B = 51.6%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720781 (or 0x720781) is known color: Purple. HEX triplet: 72, 07 and 81. RGB value is (114,7,129). Sum of RGB (Red+Green+Blue) = 114+7+129=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #720781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720781 is #8DF87E. Grayscale: #343434. Windows color (decimal): -9304191 or 8456050. OLE color: 8456050.

HSL color Cylindrical-coordinate representation of color #720781: hue angle of 292.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720781 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 7 129 -
CMYK 0.12 0.95 0 0.49
HSL 292.62º 0.9% 0.27% -
HSV(B) 292.62º 0.95% 0.51% -
XYZ 10.98 5.31 21.22 -
YUV 52.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 114 7 129 0.12 0.95 0 0.49 292.62 0.9 0.27
Hex 72 7 81 C 5F 0 31 125 5A 1B
Octal 162 7 201 14 137 0 61 445 132 33
Binary 1110010 111 10000001 1100 1011111 0 110001 100100101 1011010 11011

Color Harmonies of #720781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720781

Black with #720781

Text Example


Text Example

White with #720781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720781; }

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

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

background-color css

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

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

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

border-color css

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

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

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