#7202B3

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

Shades of Dark Violet #7202B3

Tints of Dark Violet #7202B3

Color information

#7202B3 (or 0x7202B3) is unknown color: approx Dark Violet. HEX triplet: 72, 02 and B3. RGB value is (114,2,179). Sum of RGB (Red+Green+Blue) = 114+2+179=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #7202B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202B3 is #8DFD4C. Grayscale: #373737. Windows color (decimal): -9305421 or 11731570. OLE color: 11731570.

HSL color Cylindrical-coordinate representation of color #7202B3: hue angle of 277.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202B3 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1142179-
CMYK0.360.9900.30
HSL277.97º97.79%35.49%-
HSV(B)277.97º98.88%70.2%-
XYZ15.16.8843.18-
YUV55.67197.61169.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 179 (70.31% from 255) = 60.68%
R=38.64%
G=0.68%
B=60.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11421790.360.9900.30277.9797.7935.49
Hex722B3246301E1166223
Octal16222634414303642614243
Binary1110010101011001110010011000110111101000101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7202B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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