Html Css Color HEX #7519FE Electric Indigo

📋 copy color: '#7519FE'

red 117 ◦ green 25 ◦ blue 254

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

Shades of Electric Indigo #7519FE

Tints of Electric Indigo #7519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 29.55%
G = 6.31%
B = 64.14%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7519FE (or 0x7519FE) is known color: Electric Indigo. HEX triplet: 75, 19 and FE. RGB value is (117,25,254). Sum of RGB (Red+Green+Blue) = 117+25+254=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #7519FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519FE is #8AE601. Grayscale: #4D4D4D. Windows color (decimal): -9102850 or 16652661. OLE color: 16652661.

HSL color Cylindrical-coordinate representation of color #7519FE: hue angle of 264.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7519FE is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 25 254 -
CMYK 0.54 0.90 0 0.00
HSL 264.1º 0.99% 0.55% -
HSV(B) 264.1º 0.9% 1% -
XYZ 25.57 11.63 94.66 -
YUV 78.61 226.98 155.38 -
System Red Green Blue C M Y K H S L
Decimal 117 25 254 0.54 0.90 0 0.00 264.1 0.99 0.55
Hex 75 19 FE 36 5A 0 0 108 63 37
Octal 165 31 376 66 132 0 0 410 143 67
Binary 1110101 11001 11111110 110110 1011010 0 0 100001000 1100011 110111

Color Harmonies of #7519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519FE

Black with #7519FE

Text Example


Text Example

White with #7519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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