#720093

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

Shades of Purple #720093

Tints of Purple #720093

Color information

#720093 (or 0x720093) is unknown color: approx Purple. HEX triplet: 72, 00 and 93. RGB value is (114,0,147). Sum of RGB (Red+Green+Blue) = 114+0+147=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #720093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720093 is #8DFF6C. Grayscale: #323232. Windows color (decimal): -9305965 or 9633906. OLE color: 9633906.

HSL color Cylindrical-coordinate representation of color #720093: hue angle of 286.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720093 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1140147-
CMYK0.22100.42
HSL286.53º100%28.82%-
HSV(B)286.53º100%57.65%-
XYZ12.215.6828.06-
YUV50.84182.27173.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=43.68%
G=0%
B=56.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11401470.22100.42286.5310028.82
Hex72093166402A11f641d
Octal16202232614405243714435
Binary11100100100100111011011001000101010100011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720093; }

 p { color: rgb(114,0,147); }

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

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

 a { background-color: rgb(114,0,147); }

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

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

 span { border-color: rgb(114,0,147); }

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