Html Css Color HEX #721471 Dark Purple

📋 copy color: '#721471'

red 114 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #721471

Tints of Dark Purple #721471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 46.15%
G = 8.1%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721471 (or 0x721471) is known color: Dark Purple. HEX triplet: 72, 14 and 71. RGB value is (114,20,113). Sum of RGB (Red+Green+Blue) = 114+20+113=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721471 is #8DEB8E. Grayscale: #3A3A3A. Windows color (decimal): -9300879 or 7410802. OLE color: 7410802.

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

Color convert

RGB 114 20 113 -
CMYK 0 0.82 0.01 0.55
HSL 300.64º 0.7% 0.26% -
HSV(B) 300.64º 0.82% 0.45% -
XYZ 10.17 5.27 16.1 -
YUV 58.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 114 20 113 0 0.82 0.01 0.55 300.64 0.7 0.26
Hex 72 14 71 0 52 1 37 12D 46 1A
Octal 162 24 161 0 122 1 67 455 106 32
Binary 1110010 10100 1110001 0 1010010 1 110111 100101101 1000110 11010

Color Harmonies of #721471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721471

Black with #721471

Text Example


Text Example

White with #721471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721471; }

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

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

background-color css

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

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

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

border-color css

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

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

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