Html Css Color HEX #720371 Purple

📋 copy color: '#720371'

red 114 ◦ green 3 ◦ blue 113

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

Shades of Purple #720371

Tints of Purple #720371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 49.57%
G = 1.3%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#720371 (or 0x720371) is known color: Purple. HEX triplet: 72, 03 and 71. RGB value is (114,3,113). Sum of RGB (Red+Green+Blue) = 114+3+113=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #720371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720371 is #8DFC8E. Grayscale: #303030. Windows color (decimal): -9305231 or 7406450. OLE color: 7406450.

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

Color convert

RGB 114 3 113 -
CMYK 0 0.97 0.01 0.55
HSL 300.54º 0.95% 0.23% -
HSV(B) 300.54º 0.97% 0.45% -
XYZ 9.95 4.83 16.03 -
YUV 48.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 114 3 113 0 0.97 0.01 0.55 300.54 0.95 0.23
Hex 72 3 71 0 61 1 37 12D 5F 17
Octal 162 3 161 0 141 1 67 455 137 27
Binary 1110010 11 1110001 0 1100001 1 110111 100101101 1011111 10111

Color Harmonies of #720371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720371

Black with #720371

Text Example


Text Example

White with #720371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720371; }

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

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

background-color css

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

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

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

border-color css

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

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

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