#7402BA

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

Shades of Dark Violet #7402BA

Tints of Dark Violet #7402BA

Color information

#7402BA (or 0x7402BA) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and BA. RGB value is (116,2,186). Sum of RGB (Red+Green+Blue) = 116+2+186=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #7402BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402BA is #8BFD45. Grayscale: #383838. Windows color (decimal): -9174342 or 12190324. OLE color: 12190324.

HSL color Cylindrical-coordinate representation of color #7402BA: hue angle of 277.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402BA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1162186-
CMYK0.380.9900.27
HSL277.17º97.87%36.86%-
HSV(B)277.17º98.92%72.94%-
XYZ16.097.347.02-
YUV57.06200.77170.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=38.16%
G=0.66%
B=61.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11621860.380.9900.27277.1797.8736.86
Hex742BA266301B1156225
Octal16422724614303342514245
Binary1110100101011101010011011000110110111000101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7402BA; }

 p { color: rgb(116,2,186); }

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

<style>
 a { background-color: #7402BA; }

 a { background-color: rgb(116,2,186); }

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

<style>
 span { border-color: #7402BA; }

 span { border-color: rgb(116,2,186); }

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