#720975

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

Shades of Purple #720975

Tints of Purple #720975

Color information

#720975 (or 0x720975) is unknown color: approx Purple. HEX triplet: 72, 09 and 75. RGB value is (114,9,117). Sum of RGB (Red+Green+Blue) = 114+9+117=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #720975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720975 is #8DF68A. Grayscale: #343434. Windows color (decimal): -9303691 or 7670130. OLE color: 7670130.

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

Color convert

RGB1149117-
CMYK0.030.9200.54
HSL298.33º85.71%24.71%-
HSV(B)298.33º92.31%45.88%-
XYZ10.255.0617.27-
YUV52.71164.29171.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=47.5%
G=3.75%
B=48.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11491170.030.9200.54298.3385.7124.71
Hex7297535C03612a5619
Octal16211165313406645212631
Binary1110010100111101011110111000110110100101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720975; }

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

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

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

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

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

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

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

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