#720682

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

Shades of Purple #720682

Tints of Purple #720682

Color information

#720682 (or 0x720682) is unknown color: approx Purple. HEX triplet: 72, 06 and 82. RGB value is (114,6,130). Sum of RGB (Red+Green+Blue) = 114+6+130=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #720682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720682 is #8DF97D. Grayscale: #343434. Windows color (decimal): -9304446 or 8521330. OLE color: 8521330.

HSL color Cylindrical-coordinate representation of color #720682: hue angle of 292.26º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720682 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1146130-
CMYK0.120.9500.49
HSL292.26º91.18%26.67%-
HSV(B)292.26º95.38%50.98%-
XYZ11.035.3221.56-
YUV52.43171.78171.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 130 (51.17% from 255) = 52%
R=45.6%
G=2.4%
B=52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11461300.120.9500.49292.2691.1826.67
Hex72682C5F0311245b1b
Octal16262021413706144413333
Binary111001011010000010110010111110110001100100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720682; }

 p { color: rgb(114,6,130); }

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

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

 a { background-color: rgb(114,6,130); }

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

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

 span { border-color: rgb(114,6,130); }

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