#72127A

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

Shades of Purple #72127A

Tints of Purple #72127A

Color information

#72127A (or 0x72127A) is unknown color: approx Purple. HEX triplet: 72, 12 and 7A. RGB value is (114,18,122). Sum of RGB (Red+Green+Blue) = 114+18+122=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #72127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72127A is #8DED85. Grayscale: #3A3A3A. Windows color (decimal): -9301382 or 8000114. OLE color: 8000114.

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

Color convert

RGB11418122-
CMYK0.070.8500.52
HSL295.38º74.29%27.45%-
HSV(B)295.38º85.25%47.84%-
XYZ10.675.4218.9-
YUV58.56163.8167.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=44.88%
G=7.09%
B=48.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114181220.070.8500.52295.3874.2927.45
Hex72127A7550341274a1b
Octal16222172712506444711233
Binary111001010010111101011110101010110100100100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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