Html Css Color HEX #720472 Purple

📋 copy color: '#720472'

red 114 ◦ green 4 ◦ blue 114

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

Shades of Purple #720472

Tints of Purple #720472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 49.14%
G = 1.72%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720472 (or 0x720472) is known color: Purple. HEX triplet: 72, 04 and 72. RGB value is (114,4,114). Sum of RGB (Red+Green+Blue) = 114+4+114=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720472 is #8DFB8D. Grayscale: #313131. Windows color (decimal): -9304974 or 7472242. OLE color: 7472242.

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

Color convert

RGB 114 4 114 -
CMYK 0 0.96 0 0.55
HSL 300º 0.93% 0.23% -
HSV(B) 300º 0.96% 0.45% -
XYZ 10.02 4.88 16.33 -
YUV 49.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 114 4 114 0 0.96 0 0.55 300 0.93 0.23
Hex 72 4 72 0 60 0 37 12C 5D 17
Octal 162 4 162 0 140 0 67 454 135 27
Binary 1110010 100 1110010 0 1100000 0 110111 100101100 1011101 10111

Color Harmonies of #720472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720472

Black with #720472

Text Example


Text Example

White with #720472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720472; }

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

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

background-color css

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

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

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

border-color css

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

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

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