Html Css Color HEX #721272 Purple

📋 copy color: '#721272'

red 114 ◦ green 18 ◦ blue 114

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

Shades of Purple #721272

Tints of Purple #721272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

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

R = 46.34%
G = 7.32%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721272 (or 0x721272) is known color: Purple. HEX triplet: 72, 12 and 72. RGB value is (114,18,114). Sum of RGB (Red+Green+Blue) = 114+18+114=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721272 is #8DED8D. Grayscale: #393939. Windows color (decimal): -9301390 or 7475826. OLE color: 7475826.

HSL color Cylindrical-coordinate representation of color #721272: hue angle of 300º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721272 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 114 -
CMYK 0 0.84 0 0.55
HSL 300º 0.73% 0.26% -
HSV(B) 300º 0.84% 0.45% -
XYZ 10.19 5.22 16.39 -
YUV 57.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 114 18 114 0 0.84 0 0.55 300 0.73 0.26
Hex 72 12 72 0 54 0 37 12C 49 1A
Octal 162 22 162 0 124 0 67 454 111 32
Binary 1110010 10010 1110010 0 1010100 0 110111 100101100 1001001 11010

Color Harmonies of #721272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721272

Black with #721272

Text Example


Text Example

White with #721272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721272; }

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

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

background-color css

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

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

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

border-color css

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

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

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