#72078D

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

Shades of Purple #72078D

Tints of Purple #72078D

Color information

#72078D (or 0x72078D) is unknown color: approx Purple. HEX triplet: 72, 07 and 8D. RGB value is (114,7,141). Sum of RGB (Red+Green+Blue) = 114+7+141=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #72078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72078D is #8DF872. Grayscale: #353535. Windows color (decimal): -9304179 or 9242482. OLE color: 9242482.

HSL color Cylindrical-coordinate representation of color #72078D: hue angle of 287.91º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72078D is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1147141-
CMYK0.190.9500.45
HSL287.91º90.54%29.02%-
HSV(B)287.91º95.04%55.29%-
XYZ11.825.6525.67-
YUV54.27176.95170.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=43.51%
G=2.67%
B=53.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11471410.190.9500.45287.9190.5429.02
Hex7278D135F02D1205b1d
Octal16272152313705544013335
Binary1110010111100011011001110111110101101100100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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