Html Css Color HEX #720471 Purple

📋 copy color: '#720471'

red 114 ◦ green 4 ◦ blue 113

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

Shades of Purple #720471

Tints of Purple #720471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

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

R = 49.35%
G = 1.73%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#720471 (or 0x720471) is known color: Purple. HEX triplet: 72, 04 and 71. RGB value is (114,4,113). Sum of RGB (Red+Green+Blue) = 114+4+113=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720471 is #8DFB8E. Grayscale: #303030. Windows color (decimal): -9304975 or 7406706. OLE color: 7406706.

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

Color convert

RGB 114 4 113 -
CMYK 0 0.96 0.01 0.55
HSL 300.55º 0.93% 0.23% -
HSV(B) 300.55º 0.96% 0.45% -
XYZ 9.96 4.86 16.04 -
YUV 49.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 114 4 113 0 0.96 0.01 0.55 300.55 0.93 0.23
Hex 72 4 71 0 60 1 37 12D 5D 17
Octal 162 4 161 0 140 1 67 455 135 27
Binary 1110010 100 1110001 0 1100000 1 110111 100101101 1011101 10111

Color Harmonies of #720471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720471

Black with #720471

Text Example


Text Example

White with #720471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720471; }

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

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

background-color css

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

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

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

border-color css

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

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

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