Html Css Color HEX #7519EE Blue Violet

📋 copy color: '#7519EE'

red 117 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #7519EE

Tints of Blue Violet #7519EE

RGB

 RED value IS 117 (46.09% from 255) = 30.79%

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

 BLUE value IS 238 (93.36% from 255) = 62.63%

R = 30.79%
G = 6.58%
B = 62.63%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7519EE (or 0x7519EE) is known color: Blue Violet. HEX triplet: 75, 19 and EE. RGB value is (117,25,238). Sum of RGB (Red+Green+Blue) = 117+25+238=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #7519EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519EE is #8AE611. Grayscale: #4C4C4C. Windows color (decimal): -9102866 or 15604085. OLE color: 15604085.

HSL color Cylindrical-coordinate representation of color #7519EE: hue angle of 265.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519EE is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 25 238 -
CMYK 0.51 0.89 0 0.07
HSL 265.92º 0.86% 0.52% -
HSV(B) 265.92º 0.89% 0.93% -
XYZ 23.12 10.65 81.73 -
YUV 76.79 218.98 156.68 -
System Red Green Blue C M Y K H S L
Decimal 117 25 238 0.51 0.89 0 0.07 265.92 0.86 0.52
Hex 75 19 EE 33 59 0 7 10A 56 34
Octal 165 31 356 63 131 0 7 412 126 64
Binary 1110101 11001 11101110 110011 1011001 0 111 100001010 1010110 110100

Color Harmonies of #7519EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519EE

Black with #7519EE

Text Example


Text Example

White with #7519EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7519EE; }

 p { color: rgb(117,25,238); }

 H1.HeaderClassName
 {
   color: #7519EE;
 }
 .AnyTagClassName
 {
   color: #7519EE;
 }
</style>

background-color css

<style>
 a { background-color: #7519EE; }

 a { background-color: rgb(117,25,238); }

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

border-color css

<style>
 span { border-color: #7519EE; }

 span { border-color: rgb(117,25,238); }

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