#7206B8

Color #7206B8 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7206B8

Tints of Dark Violet #7206B8

Color information

#7206B8 (or 0x7206B8) is unknown color: approx Dark Violet. HEX triplet: 72, 06 and B8. RGB value is (114,6,184). Sum of RGB (Red+Green+Blue) = 114+6+184=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #7206B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206B8 is #8DF947. Grayscale: #393939. Windows color (decimal): -9304392 or 12060274. OLE color: 12060274.

HSL color Cylindrical-coordinate representation of color #7206B8: hue angle of 276.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206B8 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1146184-
CMYK0.380.9700.28
HSL276.4º93.68%37.25%-
HSV(B)276.4º96.74%72.16%-
XYZ15.667.1745.91-
YUV58.58198.78167.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 184 (72.27% from 255) = 60.53%
R=37.5%
G=1.97%
B=60.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11461840.380.9700.28276.493.6837.25
Hex726B8266101C1145e25
Octal16262704614103442413645
Binary11100101101011100010011011000010111001000101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7206B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7206B8; }

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

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

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

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

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

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

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

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