Html Css Color HEX #7412DB Blue Violet

📋 copy color: '#7412DB'

red 116 ◦ green 18 ◦ blue 219

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

Shades of Blue Violet #7412DB

Tints of Blue Violet #7412DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 32.86%
G = 5.1%
B = 62.04%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7412DB (or 0x7412DB) is known color: Blue Violet. HEX triplet: 74, 12 and DB. RGB value is (116,18,219). Sum of RGB (Red+Green+Blue) = 116+18+219=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7412DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412DB is #8BED24. Grayscale: #454545. Windows color (decimal): -9170213 or 14357108. OLE color: 14357108.

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

Color convert

RGB 116 18 219 -
CMYK 0.47 0.92 0 0.14
HSL 269.25º 0.85% 0.46% -
HSV(B) 269.25º 0.92% 0.86% -
XYZ 20.2 9.26 67.74 -
YUV 70.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 116 18 219 0.47 0.92 0 0.14 269.25 0.85 0.46
Hex 74 12 DB 2F 5C 0 E 10D 55 2E
Octal 164 22 333 57 134 0 16 415 125 56
Binary 1110100 10010 11011011 101111 1011100 0 1110 100001101 1010101 101110

Color Harmonies of #7412DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412DB

Black with #7412DB

Text Example


Text Example

White with #7412DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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