Html Css Color HEX #7519FC Electric Indigo

📋 copy color: '#7519FC'

red 117 ◦ green 25 ◦ blue 252

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

Shades of Electric Indigo #7519FC

Tints of Electric Indigo #7519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 29.7%
G = 6.35%
B = 63.96%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7519FC (or 0x7519FC) is known color: Electric Indigo. HEX triplet: 75, 19 and FC. RGB value is (117,25,252). Sum of RGB (Red+Green+Blue) = 117+25+252=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #7519FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519FC is #8AE603. Grayscale: #4D4D4D. Windows color (decimal): -9102852 or 16521589. OLE color: 16521589.

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

Color convert

RGB 117 25 252 -
CMYK 0.54 0.90 0 0.01
HSL 264.32º 0.97% 0.54% -
HSV(B) 264.32º 0.9% 0.99% -
XYZ 25.25 11.51 92.99 -
YUV 78.39 225.98 155.54 -
System Red Green Blue C M Y K H S L
Decimal 117 25 252 0.54 0.90 0 0.01 264.32 0.97 0.54
Hex 75 19 FC 36 5A 0 1 108 61 36
Octal 165 31 374 66 132 0 1 410 141 66
Binary 1110101 11001 11111100 110110 1011010 0 1 100001000 1100001 110110

Color Harmonies of #7519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519FC

Black with #7519FC

Text Example


Text Example

White with #7519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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