#730BCC

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

Shades of Dark Violet #730BCC

Tints of Dark Violet #730BCC

Color information

#730BCC (or 0x730BCC) is unknown color: approx Dark Violet. HEX triplet: 73, 0B and CC. RGB value is (115,11,204). Sum of RGB (Red+Green+Blue) = 115+11+204=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #730BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BCC is #8CF433. Grayscale: #3F3F3F. Windows color (decimal): -9237556 or 13372275. OLE color: 13372275.

HSL color Cylindrical-coordinate representation of color #730BCC: hue angle of 272.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BCC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11511204-
CMYK0.440.9500.2
HSL272.33º89.77%42.16%-
HSV(B)272.33º94.61%80%-
XYZ18.098.2457.76-
YUV64.1206.96164.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 11 (4.69% from 255) = 3.33%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=34.85%
G=3.33%
B=61.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115112040.440.9500.2272.3389.7742.16
Hex73BCC2C5F0141105a2a
Octal163133145413702442013252
Binary111001110111100110010110010111110101001000100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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