#7403BE

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

Shades of Dark Violet #7403BE

Tints of Dark Violet #7403BE

Color information

#7403BE (or 0x7403BE) is unknown color: approx Dark Violet. HEX triplet: 74, 03 and BE. RGB value is (116,3,190). Sum of RGB (Red+Green+Blue) = 116+3+190=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #7403BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7403BE is #8BFC41. Grayscale: #393939. Windows color (decimal): -9174082 or 12452724. OLE color: 12452724.

HSL color Cylindrical-coordinate representation of color #7403BE: hue angle of 276.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7403BE is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1163190-
CMYK0.390.9800.25
HSL276.26º96.89%37.84%-
HSV(B)276.26º98.42%74.51%-
XYZ16.537.549.29-
YUV58.1202.44169.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=37.54%
G=0.97%
B=61.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11631900.390.9800.25276.2696.8937.84
Hex743BE27620191146126
Octal16432764714203142414146
Binary1110100111011111010011111000100110011000101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7403BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7403BE; }

 p { color: rgb(116,3,190); }

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

<style>
 a { background-color: #7403BE; }

 a { background-color: rgb(116,3,190); }

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

<style>
 span { border-color: #7403BE; }

 span { border-color: rgb(116,3,190); }

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