Html Css Color HEX #7406DB Dark Violet

📋 copy color: '#7406DB'

red 116 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #7406DB

Tints of Dark Violet #7406DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 34.02%
G = 1.76%
B = 64.22%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7406DB (or 0x7406DB) is known color: Dark Violet. HEX triplet: 74, 06 and DB. RGB value is (116,6,219). Sum of RGB (Red+Green+Blue) = 116+6+219=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #7406DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406DB is #8BF924. Grayscale: #3E3E3E. Windows color (decimal): -9173285 or 14354036. OLE color: 14354036.

HSL color Cylindrical-coordinate representation of color #7406DB: hue angle of 270.99º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406DB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 6 219 -
CMYK 0.47 0.97 0 0.14
HSL 270.99º 0.95% 0.44% -
HSV(B) 270.99º 0.97% 0.86% -
XYZ 20.05 8.96 67.69 -
YUV 63.17 215.94 165.68 -
System Red Green Blue C M Y K H S L
Decimal 116 6 219 0.47 0.97 0 0.14 270.99 0.95 0.44
Hex 74 6 DB 2F 61 0 E 10F 5F 2C
Octal 164 6 333 57 141 0 16 417 137 54
Binary 1110100 110 11011011 101111 1100001 0 1110 100001111 1011111 101100

Color Harmonies of #7406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7406DB

Black with #7406DB

Text Example


Text Example

White with #7406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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