Html Css Color HEX #721270 Purple

📋 copy color: '#721270'

red 114 ◦ green 18 ◦ blue 112

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

Shades of Purple #721270

Tints of Purple #721270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 46.72%
G = 7.38%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#721270 (or 0x721270) is known color: Purple. HEX triplet: 72, 12 and 70. RGB value is (114,18,112). Sum of RGB (Red+Green+Blue) = 114+18+112=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #721270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721270 is #8DED8F. Grayscale: #393939. Windows color (decimal): -9301392 or 7344754. OLE color: 7344754.

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

Color convert

RGB 114 18 112 -
CMYK 0 0.84 0.02 0.55
HSL 301.25º 0.73% 0.26% -
HSV(B) 301.25º 0.84% 0.45% -
XYZ 10.08 5.18 15.8 -
YUV 57.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 114 18 112 0 0.84 0.02 0.55 301.25 0.73 0.26
Hex 72 12 70 0 54 2 37 12D 49 1A
Octal 162 22 160 0 124 2 67 455 111 32
Binary 1110010 10010 1110000 0 1010100 10 110111 100101101 1001001 11010

Color Harmonies of #721270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721270

Black with #721270

Text Example


Text Example

White with #721270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721270; }

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

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

background-color css

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

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

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

border-color css

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

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

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