#7303B3

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

Shades of Dark Violet #7303B3

Tints of Dark Violet #7303B3

Color information

#7303B3 (or 0x7303B3) is unknown color: approx Dark Violet. HEX triplet: 73, 03 and B3. RGB value is (115,3,179). Sum of RGB (Red+Green+Blue) = 115+3+179=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #7303B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303B3 is #8CFC4C. Grayscale: #373737. Windows color (decimal): -9239629 or 11731827. OLE color: 11731827.

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

Color convert

RGB1153179-
CMYK0.360.9800.30
HSL278.18º96.7%35.69%-
HSV(B)278.18º98.32%70.2%-
XYZ15.246.9643.19-
YUV56.55197.11169.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 179 (70.31% from 255) = 60.27%
R=38.72%
G=1.01%
B=60.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11531790.360.9800.30278.1896.735.69
Hex733B3246201E1166124
Octal16332634414203642614144
Binary1110011111011001110010011000100111101000101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7303B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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