#720A75

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

Shades of Purple #720A75

Tints of Purple #720A75

Color information

#720A75 (or 0x720A75) is unknown color: approx Purple. HEX triplet: 72, 0A and 75. RGB value is (114,10,117). Sum of RGB (Red+Green+Blue) = 114+10+117=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #720A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A75 is #8DF58A. Grayscale: #343434. Windows color (decimal): -9303435 or 7670386. OLE color: 7670386.

HSL color Cylindrical-coordinate representation of color #720A75: hue angle of 298.32º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A75 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11410117-
CMYK0.030.9100.54
HSL298.32º84.25%24.9%-
HSV(B)298.32º91.45%45.88%-
XYZ10.265.0817.27-
YUV53.29163.96171.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=47.30%
G=4.15%
B=48.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114101170.030.9100.54298.3284.2524.9
Hex72A7535B03612a5419
Octal16212165313306645212431
Binary1110010101011101011110110110110110100101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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