#72018A

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

Shades of Purple #72018A

Tints of Purple #72018A

Color information

#72018A (or 0x72018A) is unknown color: approx Purple. HEX triplet: 72, 01 and 8A. RGB value is (114,1,138). Sum of RGB (Red+Green+Blue) = 114+1+138=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #72018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72018A is #8DFE75. Grayscale: #313131. Windows color (decimal): -9305718 or 9044338. OLE color: 9044338.

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

Color convert

RGB1141138-
CMYK0.170.9900.46
HSL289.49º98.56%27.25%-
HSV(B)289.49º99.28%54.12%-
XYZ11.545.4324.49-
YUV50.4177.44173.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=45.06%
G=0.40%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11411380.170.9900.46289.4998.5627.25
Hex7218A116302E121631b
Octal16212122114305644114333
Binary11100101100010101000111000110101110100100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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