#72078A

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

Shades of Purple #72078A

Tints of Purple #72078A

Color information

#72078A (or 0x72078A) is unknown color: approx Purple. HEX triplet: 72, 07 and 8A. RGB value is (114,7,138). Sum of RGB (Red+Green+Blue) = 114+7+138=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #72078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72078A is #8DF875. Grayscale: #353535. Windows color (decimal): -9304182 or 9045874. OLE color: 9045874.

HSL color Cylindrical-coordinate representation of color #72078A: hue angle of 289.01º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72078A is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1147138-
CMYK0.170.9500.46
HSL289.01º90.34%28.43%-
HSV(B)289.01º94.93%54.12%-
XYZ11.65.5624.51-
YUV53.93175.45170.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=44.02%
G=2.70%
B=53.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11471380.170.9500.46289.0190.3428.43
Hex7278A115F02E1215a1c
Octal16272122113705644113234
Binary1110010111100010101000110111110101110100100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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