Html Css Color HEX #721773 Dark Purple

📋 copy color: '#721773'

red 114 ◦ green 23 ◦ blue 115

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

Shades of Dark Purple #721773

Tints of Dark Purple #721773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 45.24%
G = 9.13%
B = 45.63%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721773 (or 0x721773) is known color: Dark Purple. HEX triplet: 72, 17 and 73. RGB value is (114,23,115). Sum of RGB (Red+Green+Blue) = 114+23+115=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #721773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721773 is #8DE88C. Grayscale: #3C3C3C. Windows color (decimal): -9300109 or 7542642. OLE color: 7542642.

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

Color convert

RGB 114 23 115 -
CMYK 0.01 0.80 0 0.55
HSL 299.35º 0.67% 0.27% -
HSV(B) 299.35º 0.8% 0.45% -
XYZ 10.34 5.43 16.72 -
YUV 60.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 114 23 115 0.01 0.80 0 0.55 299.35 0.67 0.27
Hex 72 17 73 1 50 0 37 12B 43 1B
Octal 162 27 163 1 120 0 67 453 103 33
Binary 1110010 10111 1110011 1 1010000 0 110111 100101011 1000011 11011

Color Harmonies of #721773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721773

Black with #721773

Text Example


Text Example

White with #721773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721773; }

 p { color: rgb(114,23,115); }

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

background-color css

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

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

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

border-color css

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

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

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