#7208BF

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

Shades of Dark Violet #7208BF

Tints of Dark Violet #7208BF

Color information

#7208BF (or 0x7208BF) is unknown color: approx Dark Violet. HEX triplet: 72, 08 and BF. RGB value is (114,8,191). Sum of RGB (Red+Green+Blue) = 114+8+191=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #7208BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7208BF is #8DF740. Grayscale: #3B3B3B. Windows color (decimal): -9303873 or 12519538. OLE color: 12519538.

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

Color convert

RGB1148191-
CMYK0.400.9600.25
HSL274.75º91.96%39.02%-
HSV(B)274.75º95.81%74.9%-
XYZ16.437.5149.87-
YUV60.56201.62166.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 191 (75% from 255) = 61.02%
R=36.42%
G=2.56%
B=61.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11481910.400.9600.25274.7591.9639.02
Hex728BF28600191135c27
Octal162102775014003142313447
Binary111001010001011111110100011000000110011000100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7208BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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