Html Css Color HEX #7119E9 Blue Violet

📋 copy color: '#7119E9'

red 113 ◦ green 25 ◦ blue 233

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

Shades of Blue Violet #7119E9

Tints of Blue Violet #7119E9

RGB

 RED value IS 113 (44.53% from 255) = 30.46%

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

 BLUE value IS 233 (91.41% from 255) = 62.8%

R = 30.46%
G = 6.74%
B = 62.8%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7119E9 (or 0x7119E9) is known color: Blue Violet. HEX triplet: 71, 19 and E9. RGB value is (113,25,233). Sum of RGB (Red+Green+Blue) = 113+25+233=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 233 (91.41% from 255 or 62.80% from 371); Max value from RGB is 233 - color contains mainly: blue. Hex color #7119E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7119E9 is #8EE616. Grayscale: #4A4A4A. Windows color (decimal): -9365015 or 15276401. OLE color: 15276401.

HSL color Cylindrical-coordinate representation of color #7119E9: hue angle of 265.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7119E9 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 25 233 -
CMYK 0.52 0.89 0 0.09
HSL 265.38º 0.83% 0.51% -
HSV(B) 265.38º 0.89% 0.91% -
XYZ 21.87 10.09 77.89 -
YUV 75.02 217.15 155.09 -
System Red Green Blue C M Y K H S L
Decimal 113 25 233 0.52 0.89 0 0.09 265.38 0.83 0.51
Hex 71 19 E9 34 59 0 9 109 53 33
Octal 161 31 351 64 131 0 11 411 123 63
Binary 1110001 11001 11101001 110100 1011001 0 1001 100001001 1010011 110011

Color Harmonies of #7119E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119E9

Black with #7119E9

Text Example


Text Example

White with #7119E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7119E9; }

 p { color: rgb(113,25,233); }

 H1.HeaderClassName
 {
   color: #7119E9;
 }
 .AnyTagClassName
 {
   color: #7119E9;
 }
</style>

background-color css

<style>
 a { background-color: #7119E9; }

 a { background-color: rgb(113,25,233); }

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

border-color css

<style>
 span { border-color: #7119E9; }

 span { border-color: rgb(113,25,233); }

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