Html Css Color HEX #7119EA Blue Violet

📋 copy color: '#7119EA'

red 113 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #7119EA

Tints of Blue Violet #7119EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.9%

R = 30.38%
G = 6.72%
B = 62.9%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7119EA (or 0x7119EA) is known color: Blue Violet. HEX triplet: 71, 19 and EA. RGB value is (113,25,234). Sum of RGB (Red+Green+Blue) = 113+25+234=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #7119EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7119EA is #8EE615. Grayscale: #4A4A4A. Windows color (decimal): -9365014 or 15341937. OLE color: 15341937.

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

Color convert

RGB 113 25 234 -
CMYK 0.52 0.89 0 0.08
HSL 265.26º 0.83% 0.51% -
HSV(B) 265.26º 0.89% 0.92% -
XYZ 22.01 10.15 78.64 -
YUV 75.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 113 25 234 0.52 0.89 0 0.08 265.26 0.83 0.51
Hex 71 19 EA 34 59 0 8 109 53 33
Octal 161 31 352 64 131 0 10 411 123 63
Binary 1110001 11001 11101010 110100 1011001 0 1000 100001001 1010011 110011

Color Harmonies of #7119EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119EA

Black with #7119EA

Text Example


Text Example

White with #7119EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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