#721378

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

Shades of Purple #721378

Tints of Purple #721378

Color information

#721378 (or 0x721378) is unknown color: approx Purple. HEX triplet: 72, 13 and 78. RGB value is (114,19,120). Sum of RGB (Red+Green+Blue) = 114+19+120=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #721378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721378 is #8DEC87. Grayscale: #3A3A3A. Windows color (decimal): -9301128 or 7869298. OLE color: 7869298.

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

Color convert

RGB11419120-
CMYK0.050.8400.53
HSL296.44º72.66%27.25%-
HSV(B)296.44º84.17%47.06%-
XYZ10.565.418.25-
YUV58.92162.47167.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=45.06%
G=7.51%
B=47.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114191200.050.8400.53296.4472.6627.25
Hex721378554035128491b
Octal16223170512406545011133
Binary111001010011111100010110101000110101100101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721378; }

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

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

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

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

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

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

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

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