#721278

Color #721278 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #721278

Tints of Purple #721278

Color information

#721278 (or 0x721278) is unknown color: approx Purple. HEX triplet: 72, 12 and 78. RGB value is (114,18,120). Sum of RGB (Red+Green+Blue) = 114+18+120=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #721278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721278 is #8DED87. Grayscale: #3A3A3A. Windows color (decimal): -9301384 or 7869042. OLE color: 7869042.

HSL color Cylindrical-coordinate representation of color #721278: hue angle of 296.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721278 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11418120-
CMYK0.050.8500.53
HSL296.47º73.91%27.06%-
HSV(B)296.47º85%47.06%-
XYZ10.555.3718.25-
YUV58.33162.8167.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=45.24%
G=7.14%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114181200.050.8500.53296.4773.9127.06
Hex7212785550351284a1b
Octal16222170512506545011233
Binary111001010010111100010110101010110101100101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721278; }

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

 H1.HeaderClassName
 {
   color: #721278;
 }
 .AnyTagClassName
 {
   color: #721278;
 }
</style>
background-color css

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

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

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

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

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

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