#7301BD

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

Shades of Dark Violet #7301BD

Tints of Dark Violet #7301BD

Color information

#7301BD (or 0x7301BD) is unknown color: approx Dark Violet. HEX triplet: 73, 01 and BD. RGB value is (115,1,189). Sum of RGB (Red+Green+Blue) = 115+1+189=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #7301BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301BD is #8CFE42. Grayscale: #373737. Windows color (decimal): -9240131 or 12386675. OLE color: 12386675.

HSL color Cylindrical-coordinate representation of color #7301BD: hue angle of 276.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301BD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1151189-
CMYK0.390.9900.26
HSL276.38º98.95%37.25%-
HSV(B)276.38º99.47%74.12%-
XYZ16.277.3448.7-
YUV56.52202.77169.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=37.70%
G=0.33%
B=61.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11511890.390.9900.26276.3898.9537.25
Hex731BD276301A1146325
Octal16312754714303242414345
Binary111001111011110110011111000110110101000101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7301BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7301BD; }

 p { color: rgb(115,1,189); }

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

<style>
 a { background-color: #7301BD; }

 a { background-color: rgb(115,1,189); }

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

<style>
 span { border-color: #7301BD; }

 span { border-color: rgb(115,1,189); }

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