Html Css Color HEX #7409CC Dark Violet

📋 copy color: '#7409CC'

red 116 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #7409CC

Tints of Dark Violet #7409CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 35.26%
G = 2.74%
B = 62.01%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7409CC (or 0x7409CC) is known color: Dark Violet. HEX triplet: 74, 09 and CC. RGB value is (116,9,204). Sum of RGB (Red+Green+Blue) = 116+9+204=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #7409CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409CC is #8BF633. Grayscale: #3E3E3E. Windows color (decimal): -9172532 or 13371764. OLE color: 13371764.

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

Color convert

RGB 116 9 204 -
CMYK 0.43 0.96 0 0.2
HSL 272.92º 0.92% 0.42% -
HSV(B) 272.92º 0.96% 0.8% -
XYZ 18.2 8.27 57.76 -
YUV 63.22 207.45 165.64 -
System Red Green Blue C M Y K H S L
Decimal 116 9 204 0.43 0.96 0 0.2 272.92 0.92 0.42
Hex 74 9 CC 2B 60 0 14 111 5C 2A
Octal 164 11 314 53 140 0 24 421 134 52
Binary 1110100 1001 11001100 101011 1100000 0 10100 100010001 1011100 101010

Color Harmonies of #7409CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409CC

Black with #7409CC

Text Example


Text Example

White with #7409CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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