Html Css Color HEX #720470 Purple

📋 copy color: '#720470'

red 114 ◦ green 4 ◦ blue 112

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

Shades of Purple #720470

Tints of Purple #720470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 49.57%
G = 1.74%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720470 (or 0x720470) is known color: Purple. HEX triplet: 72, 04 and 70. RGB value is (114,4,112). Sum of RGB (Red+Green+Blue) = 114+4+112=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #720470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720470 is #8DFB8F. Grayscale: #303030. Windows color (decimal): -9304976 or 7341170. OLE color: 7341170.

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

Color convert

RGB 114 4 112 -
CMYK 0 0.96 0.02 0.55
HSL 301.09º 0.93% 0.23% -
HSV(B) 301.09º 0.96% 0.45% -
XYZ 9.91 4.83 15.74 -
YUV 49.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 114 4 112 0 0.96 0.02 0.55 301.09 0.93 0.23
Hex 72 4 70 0 60 2 37 12D 5D 17
Octal 162 4 160 0 140 2 67 455 135 27
Binary 1110010 100 1110000 0 1100000 10 110111 100101101 1011101 10111

Color Harmonies of #720470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720470

Black with #720470

Text Example


Text Example

White with #720470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720470; }

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

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

background-color css

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

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

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

border-color css

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

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

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