Html Css Color HEX #721671 Dark Purple

📋 copy color: '#721671'

red 114 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #721671

Tints of Dark Purple #721671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

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

R = 45.78%
G = 8.84%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721671 (or 0x721671) is known color: Dark Purple. HEX triplet: 72, 16 and 71. RGB value is (114,22,113). Sum of RGB (Red+Green+Blue) = 114+22+113=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #721671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721671 is #8DE98E. Grayscale: #3B3B3B. Windows color (decimal): -9300367 or 7411314. OLE color: 7411314.

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

Color convert

RGB 114 22 113 -
CMYK 0 0.81 0.01 0.55
HSL 300.65º 0.68% 0.27% -
HSV(B) 300.65º 0.81% 0.45% -
XYZ 10.21 5.34 16.12 -
YUV 59.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 114 22 113 0 0.81 0.01 0.55 300.65 0.68 0.27
Hex 72 16 71 0 51 1 37 12D 44 1B
Octal 162 26 161 0 121 1 67 455 104 33
Binary 1110010 10110 1110001 0 1010001 1 110111 100101101 1000100 11011

Color Harmonies of #721671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721671

Black with #721671

Text Example


Text Example

White with #721671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721671; }

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

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

background-color css

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

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

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

border-color css

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

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

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