#7202B1

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

Shades of Dark Violet #7202B1

Tints of Dark Violet #7202B1

Color information

#7202B1 (or 0x7202B1) is unknown color: approx Dark Violet. HEX triplet: 72, 02 and B1. RGB value is (114,2,177). Sum of RGB (Red+Green+Blue) = 114+2+177=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #7202B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7202B1 is #8DFD4E. Grayscale: #363636. Windows color (decimal): -9305423 or 11600498. OLE color: 11600498.

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

Color convert

RGB1142177-
CMYK0.360.9900.31
HSL278.4º97.77%35.1%-
HSV(B)278.4º98.87%69.41%-
XYZ14.96.842.12-
YUV55.44196.61169.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=38.91%
G=0.68%
B=60.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11421770.360.9900.31278.497.7735.1
Hex722B1246301F1166223
Octal16222614414303742614243
Binary1110010101011000110010011000110111111000101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7202B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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