Html Css Color HEX #7409CE Dark Violet

📋 copy color: '#7409CE'

red 116 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7409CE

Tints of Dark Violet #7409CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 35.05%
G = 2.72%
B = 62.24%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7409CE (or 0x7409CE) is known color: Dark Violet. HEX triplet: 74, 09 and CE. RGB value is (116,9,206). Sum of RGB (Red+Green+Blue) = 116+9+206=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #7409CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409CE is #8BF631. Grayscale: #3E3E3E. Windows color (decimal): -9172530 or 13502836. OLE color: 13502836.

HSL color Cylindrical-coordinate representation of color #7409CE: hue angle of 272.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409CE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 9 206 -
CMYK 0.44 0.96 0 0.19
HSL 272.59º 0.92% 0.42% -
HSV(B) 272.59º 0.96% 0.81% -
XYZ 18.44 8.36 59.04 -
YUV 63.45 208.45 165.48 -
System Red Green Blue C M Y K H S L
Decimal 116 9 206 0.44 0.96 0 0.19 272.59 0.92 0.42
Hex 74 9 CE 2C 60 0 13 111 5C 2A
Octal 164 11 316 54 140 0 23 421 134 52
Binary 1110100 1001 11001110 101100 1100000 0 10011 100010001 1011100 101010

Color Harmonies of #7409CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409CE

Black with #7409CE

Text Example


Text Example

White with #7409CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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