#720998

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

Shades of Purple #720998

Tints of Purple #720998

Color information

#720998 (or 0x720998) is unknown color: approx Purple. HEX triplet: 72, 09 and 98. RGB value is (114,9,152). Sum of RGB (Red+Green+Blue) = 114+9+152=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #720998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720998 is #8DF667. Grayscale: #383838. Windows color (decimal): -9303656 or 9963890. OLE color: 9963890.

HSL color Cylindrical-coordinate representation of color #720998: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720998 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1149152-
CMYK0.250.9400.40
HSL284.06º88.82%31.57%-
HSV(B)284.06º94.08%59.61%-
XYZ12.76.0430.2-
YUV56.7181.79168.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=41.45%
G=3.27%
B=55.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11491520.250.9400.40284.0688.8231.57
Hex72998195E02811c5920
Octal162112303113605043413140
Binary111001010011001100011001101111001010001000111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720998; }

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

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

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

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

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

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

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

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