#7301CB

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

Shades of Dark Violet #7301CB

Tints of Dark Violet #7301CB

Color information

#7301CB (or 0x7301CB) is unknown color: approx Dark Violet. HEX triplet: 73, 01 and CB. RGB value is (115,1,203). Sum of RGB (Red+Green+Blue) = 115+1+203=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #7301CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301CB is #8CFE34. Grayscale: #393939. Windows color (decimal): -9240117 or 13304179. OLE color: 13304179.

HSL color Cylindrical-coordinate representation of color #7301CB: hue angle of 273.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301CB is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1151203-
CMYK0.431.0000.20
HSL273.86º99.02%40%-
HSV(B)273.86º99.51%79.61%-
XYZ17.867.9857.1-
YUV58.11209.77168.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 203 (79.69% from 255) = 63.64%
R=36.05%
G=0.31%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11512030.431.0000.20273.8699.0240
Hex731CB2B640141126328
Octal16313135314402442214350
Binary111001111100101110101111001000101001000100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7301CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7301CB; }

 p { color: rgb(115,1,203); }

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

<style>
 a { background-color: #7301CB; }

 a { background-color: rgb(115,1,203); }

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

<style>
 span { border-color: #7301CB; }

 span { border-color: rgb(115,1,203); }

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