#7308D4

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

Shades of Dark Violet #7308D4

Tints of Dark Violet #7308D4

Color information

#7308D4 (or 0x7308D4) is unknown color: approx Dark Violet. HEX triplet: 73, 08 and D4. RGB value is (115,8,212). Sum of RGB (Red+Green+Blue) = 115+8+212=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 212 (83.20% from 255 or 63.28% from 335); Max value from RGB is 212 - color contains mainly: blue. Hex color #7308D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308D4 is #8CF72B. Grayscale: #3E3E3E. Windows color (decimal): -9238316 or 13895795. OLE color: 13895795.

HSL color Cylindrical-coordinate representation of color #7308D4: hue angle of 271.47º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7308D4 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1158212-
CMYK0.460.9600.17
HSL271.47º92.73%43.14%-
HSV(B)271.47º96.23%83.14%-
XYZ19.048.5762.94-
YUV63.25211.95164.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 8 (3.52% from 255) = 2.39%
BLUE value IS 212 (83.20% from 255) = 63.28%
R=34.33%
G=2.39%
B=63.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11582120.460.9600.17271.4792.7343.14
Hex738D42E6001110f5d2b
Octal163103245614002141713553
Binary111001110001101010010111011000000100011000011111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7308D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7308D4; }

 p { color: rgb(115,8,212); }

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

<style>
 a { background-color: #7308D4; }

 a { background-color: rgb(115,8,212); }

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

<style>
 span { border-color: #7308D4; }

 span { border-color: rgb(115,8,212); }

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