Html Css Color HEX #7408DD Dark Violet

📋 copy color: '#7408DD'

red 116 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #7408DD

Tints of Dark Violet #7408DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.32%

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

R = 33.62%
G = 2.32%
B = 64.06%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7408DD (or 0x7408DD) is known color: Dark Violet. HEX triplet: 74, 08 and DD. RGB value is (116,8,221). Sum of RGB (Red+Green+Blue) = 116+8+221=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #7408DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7408DD is #8BF722. Grayscale: #3F3F3F. Windows color (decimal): -9172771 or 14485620. OLE color: 14485620.

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

Color convert

RGB 116 8 221 -
CMYK 0.48 0.96 0 0.13
HSL 270.42º 0.93% 0.45% -
HSV(B) 270.42º 0.96% 0.87% -
XYZ 20.34 9.11 69.09 -
YUV 64.57 216.28 164.68 -
System Red Green Blue C M Y K H S L
Decimal 116 8 221 0.48 0.96 0 0.13 270.42 0.93 0.45
Hex 74 8 DD 30 60 0 D 10E 5D 2D
Octal 164 10 335 60 140 0 15 416 135 55
Binary 1110100 1000 11011101 110000 1100000 0 1101 100001110 1011101 101101

Color Harmonies of #7408DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408DD

Black with #7408DD

Text Example


Text Example

White with #7408DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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