Html Css Color HEX #7419DF Blue Violet

📋 copy color: '#7419DF'

red 116 ◦ green 25 ◦ blue 223

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

Shades of Blue Violet #7419DF

Tints of Blue Violet #7419DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

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

R = 31.87%
G = 6.87%
B = 61.26%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7419DF (or 0x7419DF) is known color: Blue Violet. HEX triplet: 74, 19 and DF. RGB value is (116,25,223). Sum of RGB (Red+Green+Blue) = 116+25+223=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #7419DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7419DF is #8BE620. Grayscale: #4A4A4A. Windows color (decimal): -9168417 or 14621044. OLE color: 14621044.

HSL color Cylindrical-coordinate representation of color #7419DF: hue angle of 267.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7419DF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 25 223 -
CMYK 0.48 0.89 0 0.13
HSL 267.58º 0.8% 0.49% -
HSV(B) 267.58º 0.89% 0.87% -
XYZ 20.87 9.74 70.59 -
YUV 74.78 211.65 157.4 -
System Red Green Blue C M Y K H S L
Decimal 116 25 223 0.48 0.89 0 0.13 267.58 0.8 0.49
Hex 74 19 DF 30 59 0 D 10C 50 31
Octal 164 31 337 60 131 0 15 414 120 61
Binary 1110100 11001 11011111 110000 1011001 0 1101 100001100 1010000 110001

Color Harmonies of #7419DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7419DF

Black with #7419DF

Text Example


Text Example

White with #7419DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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