#7400B3

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

Shades of Dark Violet #7400B3

Tints of Dark Violet #7400B3

Color information

#7400B3 (or 0x7400B3) is unknown color: approx Dark Violet. HEX triplet: 74, 00 and B3. RGB value is (116,0,179). Sum of RGB (Red+Green+Blue) = 116+0+179=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #7400B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400B3 is #8BFF4C. Grayscale: #363636. Windows color (decimal): -9174861 or 11731060. OLE color: 11731060.

HSL color Cylindrical-coordinate representation of color #7400B3: hue angle of 278.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400B3 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1160179-
CMYK0.35100.30
HSL278.88º100%35.1%-
HSV(B)278.88º100%70.2%-
XYZ15.346.9743.18-
YUV55.09197.93171.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 60.68%
R=39.32%
G=0%
B=60.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11601790.35100.30278.8810035.1
Hex740B3236401E1176423
Octal16402634314403642714443
Binary111010001011001110001111001000111101000101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7400B3; }

 p { color: rgb(116,0,179); }

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

<style>
 a { background-color: #7400B3; }

 a { background-color: rgb(116,0,179); }

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

<style>
 span { border-color: #7400B3; }

 span { border-color: rgb(116,0,179); }

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