#7302C1

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

Shades of Dark Violet #7302C1

Tints of Dark Violet #7302C1

Color information

#7302C1 (or 0x7302C1) is unknown color: approx Dark Violet. HEX triplet: 73, 02 and C1. RGB value is (115,2,193). Sum of RGB (Red+Green+Blue) = 115+2+193=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #7302C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7302C1 is #8CFD3E. Grayscale: #383838. Windows color (decimal): -9239871 or 12649075. OLE color: 12649075.

HSL color Cylindrical-coordinate representation of color #7302C1: hue angle of 275.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302C1 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1152193-
CMYK0.400.9900.24
HSL275.5º97.95%38.24%-
HSV(B)275.5º98.96%75.69%-
XYZ16.727.5451.03-
YUV57.56204.44168.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 193 (75.78% from 255) = 62.26%
R=37.10%
G=0.65%
B=62.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11521930.400.9900.24275.597.9538.24
Hex732C128630181136226
Octal16323015014303042314246
Binary1110011101100000110100011000110110001000100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7302C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7302C1; }

 p { color: rgb(115,2,193); }

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

<style>
 a { background-color: #7302C1; }

 a { background-color: rgb(115,2,193); }

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

<style>
 span { border-color: #7302C1; }

 span { border-color: rgb(115,2,193); }

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