Html Css Color HEX #7406DD Dark Violet

📋 copy color: '#7406DD'

red 116 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #7406DD

Tints of Dark Violet #7406DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 33.82%
G = 1.75%
B = 64.43%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7406DD (or 0x7406DD) is known color: Dark Violet. HEX triplet: 74, 06 and DD. RGB value is (116,6,221). Sum of RGB (Red+Green+Blue) = 116+6+221=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #7406DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406DD is #8BF922. Grayscale: #3E3E3E. Windows color (decimal): -9173283 or 14485108. OLE color: 14485108.

HSL color Cylindrical-coordinate representation of color #7406DD: hue angle of 270.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406DD is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 6 221 -
CMYK 0.48 0.97 0 0.13
HSL 270.7º 0.95% 0.45% -
HSV(B) 270.7º 0.97% 0.87% -
XYZ 20.32 9.06 69.09 -
YUV 63.4 216.94 165.52 -
System Red Green Blue C M Y K H S L
Decimal 116 6 221 0.48 0.97 0 0.13 270.7 0.95 0.45
Hex 74 6 DD 30 61 0 D 10F 5F 2D
Octal 164 6 335 60 141 0 15 417 137 55
Binary 1110100 110 11011101 110000 1100001 0 1101 100001111 1011111 101101

Color Harmonies of #7406DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7406DD

Black with #7406DD

Text Example


Text Example

White with #7406DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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