#72077A

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

Shades of Purple #72077A

Tints of Purple #72077A

Color information

#72077A (or 0x72077A) is unknown color: approx Purple. HEX triplet: 72, 07 and 7A. RGB value is (114,7,122). Sum of RGB (Red+Green+Blue) = 114+7+122=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #72077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72077A is #8DF885. Grayscale: #333333. Windows color (decimal): -9304198 or 7997298. OLE color: 7997298.

HSL color Cylindrical-coordinate representation of color #72077A: hue angle of 295.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72077A is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1147122-
CMYK0.070.9400.52
HSL295.83º89.15%25.29%-
HSV(B)295.83º94.26%47.84%-
XYZ10.535.1318.85-
YUV52.1167.45172.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=46.91%
G=2.88%
B=50.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11471220.070.9400.52295.8389.1525.29
Hex7277A75E0341285919
Octal1627172713606445013131
Binary1110010111111101011110111100110100100101000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72077A; }

 p { color: rgb(114,7,122); }

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

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

 a { background-color: rgb(114,7,122); }

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

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

 span { border-color: rgb(114,7,122); }

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