Html Css Color HEX #7405DD Dark Violet

📋 copy color: '#7405DD'

red 116 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #7405DD

Tints of Dark Violet #7405DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 33.92%
G = 1.46%
B = 64.62%

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

#7405DD (or 0x7405DD) is known color: Dark Violet. HEX triplet: 74, 05 and DD. RGB value is (116,5,221). Sum of RGB (Red+Green+Blue) = 116+5+221=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #7405DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405DD is #8BFA22. Grayscale: #3E3E3E. Windows color (decimal): -9173539 or 14484852. OLE color: 14484852.

HSL color Cylindrical-coordinate representation of color #7405DD: hue angle of 270.83º 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 #7405DD is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 5 221 -
CMYK 0.48 0.98 0 0.13
HSL 270.83º 0.96% 0.44% -
HSV(B) 270.83º 0.98% 0.87% -
XYZ 20.31 9.04 69.08 -
YUV 62.81 217.27 165.94 -
System Red Green Blue C M Y K H S L
Decimal 116 5 221 0.48 0.98 0 0.13 270.83 0.96 0.44
Hex 74 5 DD 30 62 0 D 10F 60 2C
Octal 164 5 335 60 142 0 15 417 140 54
Binary 1110100 101 11011101 110000 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7405DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405DD

Black with #7405DD

Text Example


Text Example

White with #7405DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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