#7300BF

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

Shades of Dark Violet #7300BF

Tints of Dark Violet #7300BF

Color information

#7300BF (or 0x7300BF) is unknown color: approx Dark Violet. HEX triplet: 73, 00 and BF. RGB value is (115,0,191). Sum of RGB (Red+Green+Blue) = 115+0+191=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #7300BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300BF is #8CFF40. Grayscale: #373737. Windows color (decimal): -9240385 or 12517491. OLE color: 12517491.

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

Color convert

RGB1150191-
CMYK0.40100.25
HSL276.13º100%37.45%-
HSV(B)276.13º100%74.9%-
XYZ16.477.4149.85-
YUV56.16204.1169.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 62.42%
R=37.58%
G=0%
B=62.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11501910.40100.25276.1310037.45
Hex730BF28640191146425
Octal16302775014403142414445
Binary111001101011111110100011001000110011000101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7300BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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