Html Css Color HEX #721173 Purple

📋 copy color: '#721173'

red 114 ◦ green 17 ◦ blue 115

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

Shades of Purple #721173

Tints of Purple #721173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

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

R = 46.34%
G = 6.91%
B = 46.75%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721173 (or 0x721173) is known color: Purple. HEX triplet: 72, 11 and 73. RGB value is (114,17,115). Sum of RGB (Red+Green+Blue) = 114+17+115=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #721173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721173 is #8DEE8C. Grayscale: #383838. Windows color (decimal): -9301645 or 7541106. OLE color: 7541106.

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

Color convert

RGB 114 17 115 -
CMYK 0.01 0.85 0 0.55
HSL 299.39º 0.74% 0.26% -
HSV(B) 299.39º 0.85% 0.45% -
XYZ 10.23 5.22 16.69 -
YUV 57.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 114 17 115 0.01 0.85 0 0.55 299.39 0.74 0.26
Hex 72 11 73 1 55 0 37 12B 4A 1A
Octal 162 21 163 1 125 0 67 453 112 32
Binary 1110010 10001 1110011 1 1010101 0 110111 100101011 1001010 11010

Color Harmonies of #721173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721173

Black with #721173

Text Example


Text Example

White with #721173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721173; }

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

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

background-color css

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

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

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

border-color css

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

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

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