Html Css Color HEX #7411DF Blue Violet

📋 copy color: '#7411DF'

red 116 ◦ green 17 ◦ blue 223

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

Shades of Blue Violet #7411DF

Tints of Blue Violet #7411DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 32.58%
G = 4.78%
B = 62.64%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7411DF (or 0x7411DF) is known color: Blue Violet. HEX triplet: 74, 11 and DF. RGB value is (116,17,223). Sum of RGB (Red+Green+Blue) = 116+17+223=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #7411DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7411DF is #8BEE20. Grayscale: #454545. Windows color (decimal): -9170465 or 14618996. OLE color: 14618996.

HSL color Cylindrical-coordinate representation of color #7411DF: hue angle of 268.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7411DF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 17 223 -
CMYK 0.48 0.92 0 0.13
HSL 268.84º 0.86% 0.47% -
HSV(B) 268.84º 0.92% 0.87% -
XYZ 20.72 9.44 70.54 -
YUV 70.09 214.3 160.75 -
System Red Green Blue C M Y K H S L
Decimal 116 17 223 0.48 0.92 0 0.13 268.84 0.86 0.47
Hex 74 11 DF 30 5C 0 D 10D 56 2F
Octal 164 21 337 60 134 0 15 415 126 57
Binary 1110100 10001 11011111 110000 1011100 0 1101 100001101 1010110 101111

Color Harmonies of #7411DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7411DF

Black with #7411DF

Text Example


Text Example

White with #7411DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7411DF; }

 p { color: rgb(116,17,223); }

 H1.HeaderClassName
 {
   color: #7411DF;
 }
 .AnyTagClassName
 {
   color: #7411DF;
 }
</style>

background-color css

<style>
 a { background-color: #7411DF; }

 a { background-color: rgb(116,17,223); }

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

border-color css

<style>
 span { border-color: #7411DF; }

 span { border-color: rgb(116,17,223); }

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