#7402BE

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

Shades of Dark Violet #7402BE

Tints of Dark Violet #7402BE

Color information

#7402BE (or 0x7402BE) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and BE. RGB value is (116,2,190). Sum of RGB (Red+Green+Blue) = 116+2+190=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #7402BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402BE is #8BFD41. Grayscale: #383838. Windows color (decimal): -9174338 or 12452468. OLE color: 12452468.

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

Color convert

RGB1162190-
CMYK0.390.9900.25
HSL276.38º97.92%37.65%-
HSV(B)276.38º98.95%74.51%-
XYZ16.527.4749.29-
YUV57.52202.77169.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=37.66%
G=0.65%
B=61.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11621900.390.9900.25276.3897.9237.65
Hex742BE27630191146226
Octal16422764714303142414246
Binary1110100101011111010011111000110110011000101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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