Html Css Color HEX #721071 Purple

📋 copy color: '#721071'

red 114 ◦ green 16 ◦ blue 113

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

Shades of Purple #721071

Tints of Purple #721071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 46.91%
G = 6.58%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721071 (or 0x721071) is known color: Purple. HEX triplet: 72, 10 and 71. RGB value is (114,16,113). Sum of RGB (Red+Green+Blue) = 114+16+113=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #721071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721071 is #8DEF8E. Grayscale: #383838. Windows color (decimal): -9301903 or 7409778. OLE color: 7409778.

HSL color Cylindrical-coordinate representation of color #721071: hue angle of 300.61º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721071 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 113 -
CMYK 0 0.86 0.01 0.55
HSL 300.61º 0.75% 0.25% -
HSV(B) 300.61º 0.86% 0.45% -
XYZ 10.11 5.14 16.08 -
YUV 56.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 114 16 113 0 0.86 0.01 0.55 300.61 0.75 0.25
Hex 72 10 71 0 56 1 37 12D 4B 19
Octal 162 20 161 0 126 1 67 455 113 31
Binary 1110010 10000 1110001 0 1010110 1 110111 100101101 1001011 11001

Color Harmonies of #721071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721071

Black with #721071

Text Example


Text Example

White with #721071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721071; }

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

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

background-color css

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

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

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

border-color css

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

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

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