Html Css Color HEX #7519ED Blue Violet

📋 copy color: '#7519ED'

red 117 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #7519ED

Tints of Blue Violet #7519ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.53%

R = 30.87%
G = 6.6%
B = 62.53%

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

#7519ED (or 0x7519ED) is known color: Blue Violet. HEX triplet: 75, 19 and ED. RGB value is (117,25,237). Sum of RGB (Red+Green+Blue) = 117+25+237=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #7519ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519ED is #8AE612. Grayscale: #4B4B4B. Windows color (decimal): -9102867 or 15538549. OLE color: 15538549.

HSL color Cylindrical-coordinate representation of color #7519ED: hue angle of 266.04º 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 #7519ED is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 25 237 -
CMYK 0.51 0.89 0 0.07
HSL 266.04º 0.85% 0.51% -
HSV(B) 266.04º 0.89% 0.93% -
XYZ 22.97 10.59 80.95 -
YUV 76.68 218.48 156.76 -
System Red Green Blue C M Y K H S L
Decimal 117 25 237 0.51 0.89 0 0.07 266.04 0.85 0.51
Hex 75 19 ED 33 59 0 7 10A 55 33
Octal 165 31 355 63 131 0 7 412 125 63
Binary 1110101 11001 11101101 110011 1011001 0 111 100001010 1010101 110011

Color Harmonies of #7519ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519ED

Black with #7519ED

Text Example


Text Example

White with #7519ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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