#72167A

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

Shades of Purple #72167A

Tints of Purple #72167A

Color information

#72167A (or 0x72167A) is unknown color: approx Purple. HEX triplet: 72, 16 and 7A. RGB value is (114,22,122). Sum of RGB (Red+Green+Blue) = 114+22+122=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #72167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72167A is #8DE985. Grayscale: #3C3C3C. Windows color (decimal): -9300358 or 8001138. OLE color: 8001138.

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

Color convert

RGB11422122-
CMYK0.070.8200.52
HSL295.2º69.44%28.24%-
HSV(B)295.2º81.97%47.84%-
XYZ10.745.5618.92-
YUV60.91162.48165.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=44.19%
G=8.53%
B=47.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114221220.070.8200.52295.269.4428.24
Hex72167A752034127451c
Octal16226172712206444710534
Binary111001010110111101011110100100110100100100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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