Html Css Color HEX #7404DD Dark Violet

📋 copy color: '#7404DD'

red 116 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #7404DD

Tints of Dark Violet #7404DD

RGB

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

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

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

R = 34.02%
G = 1.17%
B = 64.81%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7404DD (or 0x7404DD) is known color: Dark Violet. HEX triplet: 74, 04 and DD. RGB value is (116,4,221). Sum of RGB (Red+Green+Blue) = 116+4+221=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #7404DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404DD is #8BFB22. Grayscale: #3D3D3D. Windows color (decimal): -9173795 or 14484596. OLE color: 14484596.

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

Color convert

RGB 116 4 221 -
CMYK 0.48 0.98 0 0.13
HSL 270.97º 0.96% 0.44% -
HSV(B) 270.97º 0.98% 0.87% -
XYZ 20.3 9.02 69.08 -
YUV 62.23 217.61 166.36 -
System Red Green Blue C M Y K H S L
Decimal 116 4 221 0.48 0.98 0 0.13 270.97 0.96 0.44
Hex 74 4 DD 30 62 0 D 10F 60 2C
Octal 164 4 335 60 142 0 15 417 140 54
Binary 1110100 100 11011101 110000 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7404DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7404DD

Black with #7404DD

Text Example


Text Example

White with #7404DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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