#7207DB

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

Shades of Dark Violet #7207DB

Tints of Dark Violet #7207DB

Color information

#7207DB (or 0x7207DB) is unknown color: approx Dark Violet. HEX triplet: 72, 07 and DB. RGB value is (114,7,219). Sum of RGB (Red+Green+Blue) = 114+7+219=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7207DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7207DB is #8DF824. Grayscale: #3E3E3E. Windows color (decimal): -9304101 or 14354290. OLE color: 14354290.

HSL color Cylindrical-coordinate representation of color #7207DB: hue angle of 270.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7207DB is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1147219-
CMYK0.480.9700.14
HSL270.28º93.81%44.31%-
HSV(B)270.28º96.8%85.88%-
XYZ19.88.8467.68-
YUV63.16215.95164.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 219 (85.94% from 255) = 64.41%
R=33.53%
G=2.06%
B=64.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11472190.480.9700.14270.2893.8144.31
Hex727DB30610E10e5e2c
Octal16273336014101641613654
Binary1110010111110110111100001100001011101000011101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7207DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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