Html Css Color HEX #7519EC Blue Violet

📋 copy color: '#7519EC'

red 117 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #7519EC

Tints of Blue Violet #7519EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 30.95%
G = 6.61%
B = 62.43%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7519EC (or 0x7519EC) is known color: Blue Violet. HEX triplet: 75, 19 and EC. RGB value is (117,25,236). Sum of RGB (Red+Green+Blue) = 117+25+236=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #7519EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519EC is #8AE613. Grayscale: #4B4B4B. Windows color (decimal): -9102868 or 15473013. OLE color: 15473013.

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

Color convert

RGB 117 25 236 -
CMYK 0.50 0.89 0 0.07
HSL 266.16º 0.85% 0.51% -
HSV(B) 266.16º 0.89% 0.93% -
XYZ 22.82 10.53 80.19 -
YUV 76.56 217.98 156.84 -
System Red Green Blue C M Y K H S L
Decimal 117 25 236 0.50 0.89 0 0.07 266.16 0.85 0.51
Hex 75 19 EC 32 59 0 7 10A 55 33
Octal 165 31 354 62 131 0 7 412 125 63
Binary 1110101 11001 11101100 110010 1011001 0 111 100001010 1010101 110011

Color Harmonies of #7519EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519EC

Black with #7519EC

Text Example


Text Example

White with #7519EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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