Html Css Color HEX #7408CF Dark Violet

📋 copy color: '#7408CF'

red 116 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #7408CF

Tints of Dark Violet #7408CF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 35.05%
G = 2.42%
B = 62.54%

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

#7408CF (or 0x7408CF) is known color: Dark Violet. HEX triplet: 74, 08 and CF. RGB value is (116,8,207). Sum of RGB (Red+Green+Blue) = 116+8+207=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #7408CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7408CF is #8BF730. Grayscale: #3E3E3E. Windows color (decimal): -9172785 or 13568116. OLE color: 13568116.

HSL color Cylindrical-coordinate representation of color #7408CF: hue angle of 272.56º degrees, saturation: 0.93, 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 #7408CF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 8 207 -
CMYK 0.44 0.96 0 0.19
HSL 272.56º 0.93% 0.42% -
HSV(B) 272.56º 0.96% 0.81% -
XYZ 18.55 8.39 59.67 -
YUV 62.98 209.28 165.82 -
System Red Green Blue C M Y K H S L
Decimal 116 8 207 0.44 0.96 0 0.19 272.56 0.93 0.42
Hex 74 8 CF 2C 60 0 13 111 5D 2A
Octal 164 10 317 54 140 0 23 421 135 52
Binary 1110100 1000 11001111 101100 1100000 0 10011 100010001 1011101 101010

Color Harmonies of #7408CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408CF

Black with #7408CF

Text Example


Text Example

White with #7408CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7408CF; }

 p { color: rgb(116,8,207); }

 H1.HeaderClassName
 {
   color: #7408CF;
 }
 .AnyTagClassName
 {
   color: #7408CF;
 }
</style>

background-color css

<style>
 a { background-color: #7408CF; }

 a { background-color: rgb(116,8,207); }

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

border-color css

<style>
 span { border-color: #7408CF; }

 span { border-color: rgb(116,8,207); }

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