Html Css Color HEX #7406BC Dark Violet

📋 copy color: '#7406BC'

red 116 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #7406BC

Tints of Dark Violet #7406BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 37.42%
G = 1.94%
B = 60.65%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7406BC (or 0x7406BC) is known color: Dark Violet. HEX triplet: 74, 06 and BC. RGB value is (116,6,188). Sum of RGB (Red+Green+Blue) = 116+6+188=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #7406BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406BC is #8BF943. Grayscale: #3B3B3B. Windows color (decimal): -9173316 or 12322420. OLE color: 12322420.

HSL color Cylindrical-coordinate representation of color #7406BC: hue angle of 276.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406BC is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 6 188 -
CMYK 0.38 0.97 0 0.26
HSL 276.26º 0.94% 0.38% -
HSV(B) 276.26º 0.97% 0.74% -
XYZ 16.34 7.47 48.16 -
YUV 59.64 200.44 168.2 -
System Red Green Blue C M Y K H S L
Decimal 116 6 188 0.38 0.97 0 0.26 276.26 0.94 0.38
Hex 74 6 BC 26 61 0 1A 114 5E 26
Octal 164 6 274 46 141 0 32 424 136 46
Binary 1110100 110 10111100 100110 1100001 0 11010 100010100 1011110 100110

Color Harmonies of #7406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7406BC

Black with #7406BC

Text Example


Text Example

White with #7406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7406BC; }

 p { color: rgb(116,6,188); }

 H1.HeaderClassName
 {
   color: #7406BC;
 }
 .AnyTagClassName
 {
   color: #7406BC;
 }
</style>

background-color css

<style>
 a { background-color: #7406BC; }

 a { background-color: rgb(116,6,188); }

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

border-color css

<style>
 span { border-color: #7406BC; }

 span { border-color: rgb(116,6,188); }

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