Html Css Color HEX #7410DB Blue Violet

📋 copy color: '#7410DB'

red 116 ◦ green 16 ◦ blue 219

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

Shades of Blue Violet #7410DB

Tints of Blue Violet #7410DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 33.05%
G = 4.56%
B = 62.39%

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

#7410DB (or 0x7410DB) is known color: Blue Violet. HEX triplet: 74, 10 and DB. RGB value is (116,16,219). Sum of RGB (Red+Green+Blue) = 116+16+219=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #7410DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410DB is #8BEF24. Grayscale: #444444. Windows color (decimal): -9170725 or 14356596. OLE color: 14356596.

HSL color Cylindrical-coordinate representation of color #7410DB: hue angle of 269.56º 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 #7410DB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 16 219 -
CMYK 0.47 0.93 0 0.14
HSL 269.56º 0.86% 0.46% -
HSV(B) 269.56º 0.93% 0.86% -
XYZ 20.17 9.2 67.73 -
YUV 69.04 212.63 161.49 -
System Red Green Blue C M Y K H S L
Decimal 116 16 219 0.47 0.93 0 0.14 269.56 0.86 0.46
Hex 74 10 DB 2F 5D 0 E 10E 56 2E
Octal 164 20 333 57 135 0 16 416 126 56
Binary 1110100 10000 11011011 101111 1011101 0 1110 100001110 1010110 101110

Color Harmonies of #7410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410DB

Black with #7410DB

Text Example


Text Example

White with #7410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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