Html Css Color HEX #7519DE Blue Violet

📋 copy color: '#7519DE'

red 117 ◦ green 25 ◦ blue 222

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

Shades of Blue Violet #7519DE

Tints of Blue Violet #7519DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 32.14%
G = 6.87%
B = 60.99%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7519DE (or 0x7519DE) is known color: Blue Violet. HEX triplet: 75, 19 and DE. RGB value is (117,25,222). Sum of RGB (Red+Green+Blue) = 117+25+222=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #7519DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519DE is #8AE621. Grayscale: #4A4A4A. Windows color (decimal): -9102882 or 14555509. OLE color: 14555509.

HSL color Cylindrical-coordinate representation of color #7519DE: hue angle of 268.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519DE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 25 222 -
CMYK 0.47 0.89 0 0.13
HSL 268.02º 0.8% 0.48% -
HSV(B) 268.02º 0.89% 0.87% -
XYZ 20.87 9.75 69.89 -
YUV 74.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 117 25 222 0.47 0.89 0 0.13 268.02 0.8 0.48
Hex 75 19 DE 2F 59 0 D 10C 50 30
Octal 165 31 336 57 131 0 15 414 120 60
Binary 1110101 11001 11011110 101111 1011001 0 1101 100001100 1010000 110000

Color Harmonies of #7519DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519DE

Black with #7519DE

Text Example


Text Example

White with #7519DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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