Html Css Color HEX #7404BE Dark Violet

📋 copy color: '#7404BE'

red 116 ◦ green 4 ◦ blue 190

#7404BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7404BE

Tints of Dark Violet #7404BE

RGB

 RED value IS 116 (45.7% from 255) = 37.42%

 GREEN value IS 4 (1.95% from 255) = 1.29%

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 37.42%
G = 1.29%
B = 61.29%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7404BE (or 0x7404BE) is known color: Dark Violet. HEX triplet: 74, 04 and BE. RGB value is (116,4,190). Sum of RGB (Red+Green+Blue) = 116+4+190=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #7404BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404BE is #8BFB41. Grayscale: #3A3A3A. Windows color (decimal): -9173826 or 12452980. OLE color: 12452980.

HSL color Cylindrical-coordinate representation of color #7404BE: hue angle of 276.13º degrees, saturation: 0.96, 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 #7404BE is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 4 190 -
CMYK 0.39 0.98 0 0.25
HSL 276.13º 0.96% 0.38% -
HSV(B) 276.13º 0.98% 0.75% -
XYZ 16.54 7.52 49.29 -
YUV 58.69 202.11 168.88 -
System Red Green Blue C M Y K H S L
Decimal 116 4 190 0.39 0.98 0 0.25 276.13 0.96 0.38
Hex 74 4 BE 27 62 0 19 114 60 26
Octal 164 4 276 47 142 0 31 424 140 46
Binary 1110100 100 10111110 100111 1100010 0 11001 100010100 1100000 100110

Color Harmonies of #7404BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7404BE

Black with #7404BE

Text Example


Text Example

White with #7404BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7404BE;
 }
 .AnyTagClassName
 {
   color: #7404BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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