Html Css Color HEX #721A71 Dark Purple

📋 copy color: '#721A71'

red 114 ◦ green 26 ◦ blue 113

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

Shades of Dark Purple #721A71

Tints of Dark Purple #721A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

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

R = 45.06%
G = 10.28%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721A71 (or 0x721A71) is known color: Dark Purple. HEX triplet: 72, 1A and 71. RGB value is (114,26,113). Sum of RGB (Red+Green+Blue) = 114+26+113=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #721A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A71 is #8DE58E. Grayscale: #3D3D3D. Windows color (decimal): -9299343 or 7412338. OLE color: 7412338.

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

Color convert

RGB 114 26 113 -
CMYK 0 0.77 0.01 0.55
HSL 300.68º 0.63% 0.27% -
HSV(B) 300.68º 0.77% 0.45% -
XYZ 10.29 5.51 16.14 -
YUV 62.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 114 26 113 0 0.77 0.01 0.55 300.68 0.63 0.27
Hex 72 1A 71 0 4D 1 37 12D 3F 1B
Octal 162 32 161 0 115 1 67 455 77 33
Binary 1110010 11010 1110001 0 1001101 1 110111 100101101 111111 11011

Color Harmonies of #721A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A71

Black with #721A71

Text Example


Text Example

White with #721A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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