Html Css Color HEX #721077 Purple

📋 copy color: '#721077'

red 114 ◦ green 16 ◦ blue 119

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

Shades of Purple #721077

Tints of Purple #721077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 45.78%
G = 6.43%
B = 47.79%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721077 (or 0x721077) is known color: Purple. HEX triplet: 72, 10 and 77. RGB value is (114,16,119). Sum of RGB (Red+Green+Blue) = 114+16+119=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #721077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721077 is #8DEF88. Grayscale: #383838. Windows color (decimal): -9301897 or 7802994. OLE color: 7802994.

HSL color Cylindrical-coordinate representation of color #721077: hue angle of 297.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721077 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 16 119 -
CMYK 0.04 0.87 0 0.53
HSL 297.09º 0.76% 0.26% -
HSV(B) 297.09º 0.87% 0.47% -
XYZ 10.45 5.28 17.92 -
YUV 57.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 114 16 119 0.04 0.87 0 0.53 297.09 0.76 0.26
Hex 72 10 77 4 57 0 35 129 4C 1A
Octal 162 20 167 4 127 0 65 451 114 32
Binary 1110010 10000 1110111 100 1010111 0 110101 100101001 1001100 11010

Color Harmonies of #721077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721077

Black with #721077

Text Example


Text Example

White with #721077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721077; }

 p { color: rgb(114,16,119); }

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

background-color css

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

 a { background-color: rgb(114,16,119); }

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

border-color css

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

 span { border-color: rgb(114,16,119); }

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