#7302CA

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

Shades of Dark Violet #7302CA

Tints of Dark Violet #7302CA

Color information

#7302CA (or 0x7302CA) is unknown color: approx Dark Violet. HEX triplet: 73, 02 and CA. RGB value is (115,2,202). Sum of RGB (Red+Green+Blue) = 115+2+202=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #7302CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7302CA is #8CFD35. Grayscale: #393939. Windows color (decimal): -9239862 or 13238899. OLE color: 13238899.

HSL color Cylindrical-coordinate representation of color #7302CA: hue angle of 273.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302CA is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1152202-
CMYK0.430.9900.21
HSL273.9º98.04%40%-
HSV(B)273.9º99.01%79.22%-
XYZ17.757.9556.48-
YUV58.59208.94168.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=36.05%
G=0.63%
B=63.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11522020.430.9900.21273.998.0440
Hex732CA2B630151126228
Octal16323125314302542214250
Binary1110011101100101010101111000110101011000100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7302CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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