#72018B

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

Shades of Purple #72018B

Tints of Purple #72018B

Color information

#72018B (or 0x72018B) is unknown color: approx Purple. HEX triplet: 72, 01 and 8B. RGB value is (114,1,139). Sum of RGB (Red+Green+Blue) = 114+1+139=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #72018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72018B is #8DFE74. Grayscale: #323232. Windows color (decimal): -9305717 or 9109874. OLE color: 9109874.

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

Color convert

RGB1141139-
CMYK0.180.9900.45
HSL289.13º98.57%27.45%-
HSV(B)289.13º99.28%54.51%-
XYZ11.615.4624.87-
YUV50.52177.94173.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=44.88%
G=0.39%
B=54.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11411390.180.9900.45289.1398.5727.45
Hex7218B126302D121631b
Octal16212132214305544114333
Binary11100101100010111001011000110101101100100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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