#7302CD

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

Shades of Dark Violet #7302CD

Tints of Dark Violet #7302CD

Color information

#7302CD (or 0x7302CD) is unknown color: approx Dark Violet. HEX triplet: 73, 02 and CD. RGB value is (115,2,205). Sum of RGB (Red+Green+Blue) = 115+2+205=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #7302CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7302CD is #8CFD32. Grayscale: #3A3A3A. Windows color (decimal): -9239859 or 13435507. OLE color: 13435507.

HSL color Cylindrical-coordinate representation of color #7302CD: hue angle of 273.4º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302CD is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1152205-
CMYK0.440.9900.20
HSL273.4º98.07%40.59%-
HSV(B)273.4º99.02%80.39%-
XYZ18.118.158.37-
YUV58.93210.44167.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 205 (80.47% from 255) = 63.66%
R=35.71%
G=0.62%
B=63.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11522050.440.9900.20273.498.0740.59
Hex732CD2C630141116229
Octal16323155414302442114251
Binary1110011101100110110110011000110101001000100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7302CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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