#7303BF

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

Shades of Dark Violet #7303BF

Tints of Dark Violet #7303BF

Color information

#7303BF (or 0x7303BF) is unknown color: approx Dark Violet. HEX triplet: 73, 03 and BF. RGB value is (115,3,191). Sum of RGB (Red+Green+Blue) = 115+3+191=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #7303BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303BF is #8CFC40. Grayscale: #393939. Windows color (decimal): -9239617 or 12518259. OLE color: 12518259.

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

Color convert

RGB1153191-
CMYK0.400.9800.25
HSL275.74º96.91%38.04%-
HSV(B)275.74º98.43%74.9%-
XYZ16.517.4749.86-
YUV57.92203.11168.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 191 (75% from 255) = 61.81%
R=37.22%
G=0.97%
B=61.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11531910.400.9800.25275.7496.9138.04
Hex733BF28620191146126
Octal16332775014203142414146
Binary1110011111011111110100011000100110011000101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7303BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,3,191); }

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

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

 a { background-color: rgb(115,3,191); }

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

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

 span { border-color: rgb(115,3,191); }

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