Html Css Color HEX #7412DF Blue Violet

📋 copy color: '#7412DF'

red 116 ◦ green 18 ◦ blue 223

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

Shades of Blue Violet #7412DF

Tints of Blue Violet #7412DF

RGB

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

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

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

R = 32.49%
G = 5.04%
B = 62.46%

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

#7412DF (or 0x7412DF) is known color: Blue Violet. HEX triplet: 74, 12 and DF. RGB value is (116,18,223). Sum of RGB (Red+Green+Blue) = 116+18+223=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #7412DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412DF is #8BED20. Grayscale: #454545. Windows color (decimal): -9170209 or 14619252. OLE color: 14619252.

HSL color Cylindrical-coordinate representation of color #7412DF: hue angle of 268.68º degrees, saturation: 0.85, 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 #7412DF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 18 223 -
CMYK 0.48 0.92 0 0.13
HSL 268.68º 0.85% 0.47% -
HSV(B) 268.68º 0.92% 0.87% -
XYZ 20.74 9.47 70.55 -
YUV 70.67 213.97 160.33 -
System Red Green Blue C M Y K H S L
Decimal 116 18 223 0.48 0.92 0 0.13 268.68 0.85 0.47
Hex 74 12 DF 30 5C 0 D 10D 55 2F
Octal 164 22 337 60 134 0 15 415 125 57
Binary 1110100 10010 11011111 110000 1011100 0 1101 100001101 1010101 101111

Color Harmonies of #7412DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412DF

Black with #7412DF

Text Example


Text Example

White with #7412DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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