Html Css Color HEX #720171 Purple

📋 copy color: '#720171'

red 114 ◦ green 1 ◦ blue 113

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

Shades of Purple #720171

Tints of Purple #720171

RGB

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

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

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

R = 50%
G = 0.44%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#720171 (or 0x720171) is known color: Purple. HEX triplet: 72, 01 and 71. RGB value is (114,1,113). Sum of RGB (Red+Green+Blue) = 114+1+113=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #720171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720171 is #8DFE8E. Grayscale: #2F2F2F. Windows color (decimal): -9305743 or 7405938. OLE color: 7405938.

HSL color Cylindrical-coordinate representation of color #720171: hue angle of 300.53º 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 #720171 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 113 -
CMYK 0 0.99 0.01 0.55
HSL 300.53º 0.98% 0.23% -
HSV(B) 300.53º 0.99% 0.45% -
XYZ 9.93 4.79 16.02 -
YUV 47.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 114 1 113 0 0.99 0.01 0.55 300.53 0.98 0.23
Hex 72 1 71 0 63 1 37 12D 62 17
Octal 162 1 161 0 143 1 67 455 142 27
Binary 1110010 1 1110001 0 1100011 1 110111 100101101 1100010 10111

Color Harmonies of #720171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720171

Black with #720171

Text Example


Text Example

White with #720171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720171; }

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

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

background-color css

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

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

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

border-color css

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

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

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