#7200BB

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

Shades of Dark Violet #7200BB

Tints of Dark Violet #7200BB

Color information

#7200BB (or 0x7200BB) is unknown color: approx Dark Violet. HEX triplet: 72, 00 and BB. RGB value is (114,0,187). Sum of RGB (Red+Green+Blue) = 114+0+187=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #7200BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200BB is #8DFF44. Grayscale: #363636. Windows color (decimal): -9305925 or 12255346. OLE color: 12255346.

HSL color Cylindrical-coordinate representation of color #7200BB: hue angle of 276.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200BB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1140187-
CMYK0.39100.27
HSL276.58º100%36.67%-
HSV(B)276.58º100%73.33%-
XYZ15.917.1747.56-
YUV55.4202.27169.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=37.87%
G=0%
B=62.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11401870.39100.27276.5810036.67
Hex720BB276401B1156425
Octal16202734714403342514445
Binary111001001011101110011111001000110111000101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7200BB; }

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

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

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

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

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

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

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

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