Html Css Color HEX #720173 Purple

📋 copy color: '#720173'

red 114 ◦ green 1 ◦ blue 115

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

Shades of Purple #720173

Tints of Purple #720173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 49.57%
G = 0.43%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720173 (or 0x720173) is known color: Purple. HEX triplet: 72, 01 and 73. RGB value is (114,1,115). Sum of RGB (Red+Green+Blue) = 114+1+115=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #720173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720173 is #8DFE8C. Grayscale: #2F2F2F. Windows color (decimal): -9305741 or 7537010. OLE color: 7537010.

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

Color convert

RGB 114 1 115 -
CMYK 0.01 0.99 0 0.55
HSL 299.47º 0.98% 0.23% -
HSV(B) 299.47º 0.99% 0.45% -
XYZ 10.04 4.84 16.62 -
YUV 47.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 114 1 115 0.01 0.99 0 0.55 299.47 0.98 0.23
Hex 72 1 73 1 63 0 37 12B 62 17
Octal 162 1 163 1 143 0 67 453 142 27
Binary 1110010 1 1110011 1 1100011 0 110111 100101011 1100010 10111

Color Harmonies of #720173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720173

Black with #720173

Text Example


Text Example

White with #720173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720173; }

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

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

background-color css

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

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

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

border-color css

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

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

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