Html Css Color HEX #7410DC Blue Violet

📋 copy color: '#7410DC'

red 116 ◦ green 16 ◦ blue 220

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

Shades of Blue Violet #7410DC

Tints of Blue Violet #7410DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.55%

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

R = 32.95%
G = 4.55%
B = 62.5%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7410DC (or 0x7410DC) is known color: Blue Violet. HEX triplet: 74, 10 and DC. RGB value is (116,16,220). Sum of RGB (Red+Green+Blue) = 116+16+220=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #7410DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410DC is #8BEF23. Grayscale: #444444. Windows color (decimal): -9170724 or 14422132. OLE color: 14422132.

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

Color convert

RGB 116 16 220 -
CMYK 0.47 0.93 0 0.14
HSL 269.41º 0.86% 0.46% -
HSV(B) 269.41º 0.93% 0.86% -
XYZ 20.31 9.25 68.43 -
YUV 69.16 213.13 161.41 -
System Red Green Blue C M Y K H S L
Decimal 116 16 220 0.47 0.93 0 0.14 269.41 0.86 0.46
Hex 74 10 DC 2F 5D 0 E 10D 56 2E
Octal 164 20 334 57 135 0 16 415 126 56
Binary 1110100 10000 11011100 101111 1011101 0 1110 100001101 1010110 101110

Color Harmonies of #7410DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410DC

Black with #7410DC

Text Example


Text Example

White with #7410DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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