Html Css Color HEX #7409DC Dark Violet

📋 copy color: '#7409DC'

red 116 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #7409DC

Tints of Dark Violet #7409DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 33.62%
G = 2.61%
B = 63.77%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7409DC (or 0x7409DC) is known color: Dark Violet. HEX triplet: 74, 09 and DC. RGB value is (116,9,220). Sum of RGB (Red+Green+Blue) = 116+9+220=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #7409DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409DC is #8BF623. Grayscale: #404040. Windows color (decimal): -9172516 or 14420340. OLE color: 14420340.

HSL color Cylindrical-coordinate representation of color #7409DC: hue angle of 270.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409DC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 9 220 -
CMYK 0.47 0.96 0 0.14
HSL 270.43º 0.92% 0.45% -
HSV(B) 270.43º 0.96% 0.86% -
XYZ 20.22 9.08 68.4 -
YUV 65.05 215.45 164.34 -
System Red Green Blue C M Y K H S L
Decimal 116 9 220 0.47 0.96 0 0.14 270.43 0.92 0.45
Hex 74 9 DC 2F 60 0 E 10E 5C 2D
Octal 164 11 334 57 140 0 16 416 134 55
Binary 1110100 1001 11011100 101111 1100000 0 1110 100001110 1011100 101101

Color Harmonies of #7409DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409DC

Black with #7409DC

Text Example


Text Example

White with #7409DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7409DC; }

 p { color: rgb(116,9,220); }

 H1.HeaderClassName
 {
   color: #7409DC;
 }
 .AnyTagClassName
 {
   color: #7409DC;
 }
</style>

background-color css

<style>
 a { background-color: #7409DC; }

 a { background-color: rgb(116,9,220); }

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

border-color css

<style>
 span { border-color: #7409DC; }

 span { border-color: rgb(116,9,220); }

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