Html Css Color HEX #720271 Purple

📋 copy color: '#720271'

red 114 ◦ green 2 ◦ blue 113

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

Shades of Purple #720271

Tints of Purple #720271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 49.78%
G = 0.87%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#720271 (or 0x720271) is known color: Purple. HEX triplet: 72, 02 and 71. RGB value is (114,2,113). Sum of RGB (Red+Green+Blue) = 114+2+113=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #720271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720271 is #8DFD8E. Grayscale: #2F2F2F. Windows color (decimal): -9305487 or 7406194. OLE color: 7406194.

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

Color convert

RGB 114 2 113 -
CMYK 0 0.98 0.01 0.55
HSL 300.54º 0.97% 0.23% -
HSV(B) 300.54º 0.98% 0.45% -
XYZ 9.94 4.81 16.03 -
YUV 48.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 114 2 113 0 0.98 0.01 0.55 300.54 0.97 0.23
Hex 72 2 71 0 62 1 37 12D 61 17
Octal 162 2 161 0 142 1 67 455 141 27
Binary 1110010 10 1110001 0 1100010 1 110111 100101101 1100001 10111

Color Harmonies of #720271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720271

Black with #720271

Text Example


Text Example

White with #720271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720271; }

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

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

background-color css

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

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

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

border-color css

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

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

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