#7207BC

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

Shades of Dark Violet #7207BC

Tints of Dark Violet #7207BC

Color information

#7207BC (or 0x7207BC) is unknown color: approx Dark Violet. HEX triplet: 72, 07 and BC. RGB value is (114,7,188). Sum of RGB (Red+Green+Blue) = 114+7+188=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #7207BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7207BC is #8DF843. Grayscale: #3B3B3B. Windows color (decimal): -9304132 or 12322674. OLE color: 12322674.

HSL color Cylindrical-coordinate representation of color #7207BC: hue angle of 275.47º degrees, saturation: 0.93, 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 #7207BC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1147188-
CMYK0.390.9600.26
HSL275.47º92.82%38.24%-
HSV(B)275.47º96.28%73.73%-
XYZ16.097.3648.15-
YUV59.63200.45166.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=36.89%
G=2.27%
B=60.84%

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
Decimal11471880.390.9600.26275.4792.8238.24
Hex727BC276001A1135d26
Octal16272744714003242313546
Binary11100101111011110010011111000000110101000100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7207BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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