Html Css Color HEX #720081 Purple

📋 copy color: '#720081'

red 114 ◦ green 0 ◦ blue 129

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

Shades of Purple #720081

Tints of Purple #720081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.91%
G = 0%
B = 53.09%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720081 (or 0x720081) is known color: Purple. HEX triplet: 72, 00 and 81. RGB value is (114,0,129). Sum of RGB (Red+Green+Blue) = 114+0+129=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #720081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720081 is #8DFF7E. Grayscale: #303030. Windows color (decimal): -9305983 or 8454258. OLE color: 8454258.

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

Color convert

RGB 114 0 129 -
CMYK 0.12 1 0 0.49
HSL 293.02º 1% 0.25% -
HSV(B) 293.02º 1% 0.51% -
XYZ 10.9 5.16 21.19 -
YUV 48.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 114 0 129 0.12 1 0 0.49 293.02 1 0.25
Hex 72 0 81 C 64 0 31 125 64 19
Octal 162 0 201 14 144 0 61 445 144 31
Binary 1110010 0 10000001 1100 1100100 0 110001 100100101 1100100 11001

Color Harmonies of #720081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720081

Black with #720081

Text Example


Text Example

White with #720081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720081; }

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

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

background-color css

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

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

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

border-color css

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

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

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