#7208BC

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

Shades of Dark Violet #7208BC

Tints of Dark Violet #7208BC

Color information

#7208BC (or 0x7208BC) is unknown color: approx Dark Violet. HEX triplet: 72, 08 and BC. RGB value is (114,8,188). Sum of RGB (Red+Green+Blue) = 114+8+188=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #7208BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7208BC is #8DF743. Grayscale: #3B3B3B. Windows color (decimal): -9303876 or 12322930. OLE color: 12322930.

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

Color convert

RGB1148188-
CMYK0.390.9600.26
HSL275.33º91.84%38.43%-
HSV(B)275.33º95.74%73.73%-
XYZ16.17.3848.15-
YUV60.21200.12166.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=36.77%
G=2.58%
B=60.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11481880.390.9600.26275.3391.8438.43
Hex728BC276001A1135c26
Octal162102744714003242313446
Binary111001010001011110010011111000000110101000100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7208BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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