Html Css Color HEX #721072 Purple

📋 copy color: '#721072'

red 114 ◦ green 16 ◦ blue 114

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

Shades of Purple #721072

Tints of Purple #721072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 46.72%
G = 6.56%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721072 (or 0x721072) is known color: Purple. HEX triplet: 72, 10 and 72. RGB value is (114,16,114). Sum of RGB (Red+Green+Blue) = 114+16+114=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721072 is #8DEF8D. Grayscale: #383838. Windows color (decimal): -9301902 or 7475314. OLE color: 7475314.

HSL color Cylindrical-coordinate representation of color #721072: hue angle of 300º 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 #721072 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 114 -
CMYK 0 0.86 0 0.55
HSL 300º 0.75% 0.25% -
HSV(B) 300º 0.86% 0.45% -
XYZ 10.16 5.16 16.38 -
YUV 56.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 114 16 114 0 0.86 0 0.55 300 0.75 0.25
Hex 72 10 72 0 56 0 37 12C 4B 19
Octal 162 20 162 0 126 0 67 454 113 31
Binary 1110010 10000 1110010 0 1010110 0 110111 100101100 1001011 11001

Color Harmonies of #721072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721072

Black with #721072

Text Example


Text Example

White with #721072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721072; }

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

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

background-color css

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

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

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

border-color css

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

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

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