Html Css Color HEX #7410D2 Blue Violet

📋 copy color: '#7410D2'

red 116 ◦ green 16 ◦ blue 210

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

Shades of Blue Violet #7410D2

Tints of Blue Violet #7410D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.4%

R = 33.92%
G = 4.68%
B = 61.4%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7410D2 (or 0x7410D2) is known color: Blue Violet. HEX triplet: 74, 10 and D2. RGB value is (116,16,210). Sum of RGB (Red+Green+Blue) = 116+16+210=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #7410D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410D2 is #8BEF2D. Grayscale: #434343. Windows color (decimal): -9170734 or 13766772. OLE color: 13766772.

HSL color Cylindrical-coordinate representation of color #7410D2: hue angle of 270.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7410D2 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 16 210 -
CMYK 0.45 0.92 0 0.18
HSL 270.93º 0.86% 0.44% -
HSV(B) 270.93º 0.92% 0.82% -
XYZ 19.02 8.74 61.66 -
YUV 68.02 208.13 162.23 -
System Red Green Blue C M Y K H S L
Decimal 116 16 210 0.45 0.92 0 0.18 270.93 0.86 0.44
Hex 74 10 D2 2D 5C 0 12 10F 56 2C
Octal 164 20 322 55 134 0 22 417 126 54
Binary 1110100 10000 11010010 101101 1011100 0 10010 100001111 1010110 101100

Color Harmonies of #7410D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410D2

Black with #7410D2

Text Example


Text Example

White with #7410D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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