#720A94

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

Shades of Purple #720A94

Tints of Purple #720A94

Color information

#720A94 (or 0x720A94) is unknown color: approx Purple. HEX triplet: 72, 0A and 94. RGB value is (114,10,148). Sum of RGB (Red+Green+Blue) = 114+10+148=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #720A94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720A94 is #8DF56B. Grayscale: #383838. Windows color (decimal): -9303404 or 9702002. OLE color: 9702002.

HSL color Cylindrical-coordinate representation of color #720A94: hue angle of 285.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720A94 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11410148-
CMYK0.230.9300.42
HSL285.22º87.34%30.98%-
HSV(B)285.22º93.24%58.04%-
XYZ12.395.9328.51-
YUV56.83179.46168.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=41.91%
G=3.68%
B=54.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114101480.230.9300.42285.2287.3430.98
Hex72A94175D02A11d571f
Octal162122242713505243512737
Binary11100101010100101001011110111010101010100011101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A94; }

 p { color: rgb(114,10,148); }

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

<style>
 a { background-color: #720A94; }

 a { background-color: rgb(114,10,148); }

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

<style>
 span { border-color: #720A94; }

 span { border-color: rgb(114,10,148); }

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