#7200BF

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

Shades of Dark Violet #7200BF

Tints of Dark Violet #7200BF

Color information

#7200BF (or 0x7200BF) is unknown color: approx Dark Violet. HEX triplet: 72, 00 and BF. RGB value is (114,0,191). Sum of RGB (Red+Green+Blue) = 114+0+191=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #7200BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200BF is #8DFF40. Grayscale: #373737. Windows color (decimal): -9305921 or 12517490. OLE color: 12517490.

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

Color convert

RGB1140191-
CMYK0.40100.25
HSL275.81º100%37.45%-
HSV(B)275.81º100%74.9%-
XYZ16.347.3449.85-
YUV55.86204.27169.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 62.62%
R=37.38%
G=0%
B=62.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11401910.40100.25275.8110037.45
Hex720BF28640191146425
Octal16202775014403142414445
Binary111001001011111110100011001000110011000101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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