Html Css Color HEX #720670 Purple

📋 copy color: '#720670'

red 114 ◦ green 6 ◦ blue 112

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

Shades of Purple #720670

Tints of Purple #720670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 49.14%
G = 2.59%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720670 (or 0x720670) is known color: Purple. HEX triplet: 72, 06 and 70. RGB value is (114,6,112). Sum of RGB (Red+Green+Blue) = 114+6+112=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #720670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720670 is #8DF98F. Grayscale: #323232. Windows color (decimal): -9304464 or 7341682. OLE color: 7341682.

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

Color convert

RGB 114 6 112 -
CMYK 0 0.95 0.02 0.55
HSL 301.11º 0.9% 0.24% -
HSV(B) 301.11º 0.95% 0.45% -
XYZ 9.93 4.88 15.75 -
YUV 50.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 114 6 112 0 0.95 0.02 0.55 301.11 0.9 0.24
Hex 72 6 70 0 5F 2 37 12D 5A 18
Octal 162 6 160 0 137 2 67 455 132 30
Binary 1110010 110 1110000 0 1011111 10 110111 100101101 1011010 11000

Color Harmonies of #720670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720670

Black with #720670

Text Example


Text Example

White with #720670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720670; }

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

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

background-color css

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

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

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

border-color css

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

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

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