Html Css Color HEX #7515FE Electric Indigo

📋 copy color: '#7515FE'

red 117 ◦ green 21 ◦ blue 254

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

Shades of Electric Indigo #7515FE

Tints of Electric Indigo #7515FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

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

R = 29.85%
G = 5.36%
B = 64.8%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7515FE (or 0x7515FE) is known color: Electric Indigo. HEX triplet: 75, 15 and FE. RGB value is (117,21,254). Sum of RGB (Red+Green+Blue) = 117+21+254=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7515FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7515FE is #8AEA01. Grayscale: #4B4B4B. Windows color (decimal): -9103874 or 16651637. OLE color: 16651637.

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

Color convert

RGB 117 21 254 -
CMYK 0.54 0.92 0 0.00
HSL 264.72º 0.99% 0.54% -
HSV(B) 264.72º 0.92% 1% -
XYZ 25.49 11.47 94.64 -
YUV 76.27 228.3 157.05 -
System Red Green Blue C M Y K H S L
Decimal 117 21 254 0.54 0.92 0 0.00 264.72 0.99 0.54
Hex 75 15 FE 36 5C 0 0 109 63 36
Octal 165 25 376 66 134 0 0 411 143 66
Binary 1110101 10101 11111110 110110 1011100 0 0 100001001 1100011 110110

Color Harmonies of #7515FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515FE

Black with #7515FE

Text Example


Text Example

White with #7515FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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