Html Css Color HEX #720270 Purple

📋 copy color: '#720270'

red 114 ◦ green 2 ◦ blue 112

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

Shades of Purple #720270

Tints of Purple #720270

RGB

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

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

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

R = 50%
G = 0.88%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720270 (or 0x720270) is known color: Purple. HEX triplet: 72, 02 and 70. RGB value is (114,2,112). Sum of RGB (Red+Green+Blue) = 114+2+112=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #720270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720270 is #8DFD8F. Grayscale: #2F2F2F. Windows color (decimal): -9305488 or 7340658. OLE color: 7340658.

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

Color convert

RGB 114 2 112 -
CMYK 0 0.98 0.02 0.55
HSL 301.07º 0.97% 0.23% -
HSV(B) 301.07º 0.98% 0.45% -
XYZ 9.89 4.79 15.73 -
YUV 48.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 114 2 112 0 0.98 0.02 0.55 301.07 0.97 0.23
Hex 72 2 70 0 62 2 37 12D 61 17
Octal 162 2 160 0 142 2 67 455 141 27
Binary 1110010 10 1110000 0 1100010 10 110111 100101101 1100001 10111

Color Harmonies of #720270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720270

Black with #720270

Text Example


Text Example

White with #720270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720270; }

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

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

background-color css

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

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

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

border-color css

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

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

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