#730BC8

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

Shades of Dark Violet #730BC8

Tints of Dark Violet #730BC8

Color information

#730BC8 (or 0x730BC8) is unknown color: approx Dark Violet. HEX triplet: 73, 0B and C8. RGB value is (115,11,200). Sum of RGB (Red+Green+Blue) = 115+11+200=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #730BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BC8 is #8CF437. Grayscale: #3E3E3E. Windows color (decimal): -9237560 or 13110131. OLE color: 13110131.

HSL color Cylindrical-coordinate representation of color #730BC8: hue angle of 273.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BC8 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11511200-
CMYK0.420.9400.22
HSL273.02º89.57%41.37%-
HSV(B)273.02º94.5%78.43%-
XYZ17.628.0555.27-
YUV63.64204.96164.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 11 (4.69% from 255) = 3.37%
BLUE value IS 200 (78.52% from 255) = 61.35%
R=35.28%
G=3.37%
B=61.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115112000.420.9400.22273.0289.5741.37
Hex73BC82A5E0161115a29
Octal163133105213602642113251
Binary111001110111100100010101010111100101101000100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730BC8; }

 p { color: rgb(115,11,200); }

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

<style>
 a { background-color: #730BC8; }

 a { background-color: rgb(115,11,200); }

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

<style>
 span { border-color: #730BC8; }

 span { border-color: rgb(115,11,200); }

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