#7202BF

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

Shades of Dark Violet #7202BF

Tints of Dark Violet #7202BF

Color information

#7202BF (or 0x7202BF) is unknown color: approx Dark Violet. HEX triplet: 72, 02 and BF. RGB value is (114,2,191). Sum of RGB (Red+Green+Blue) = 114+2+191=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #7202BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202BF is #8DFD40. Grayscale: #383838. Windows color (decimal): -9305409 or 12518002. OLE color: 12518002.

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

Color convert

RGB1142191-
CMYK0.400.9900.25
HSL275.56º97.93%37.84%-
HSV(B)275.56º98.95%74.9%-
XYZ16.377.3849.85-
YUV57.03203.61168.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 191 (75% from 255) = 62.21%
R=37.13%
G=0.65%
B=62.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11421910.400.9900.25275.5697.9337.84
Hex722BF28630191146226
Octal16222775014303142414246
Binary1110010101011111110100011000110110011000101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7202BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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