Html Css Color HEX #7F15FC Electric Indigo

📋 copy color: '#7F15FC'

red 127 ◦ green 21 ◦ blue 252

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

Shades of Electric Indigo #7F15FC

Tints of Electric Indigo #7F15FC

RGB

 RED value IS 127 (50% from 255) = 31.75%

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

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

R = 31.75%
G = 5.25%
B = 63%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F15FC (or 0x7F15FC) is known color: Electric Indigo. HEX triplet: 7F, 15 and FC. RGB value is (127,21,252). Sum of RGB (Red+Green+Blue) = 127+21+252=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F15FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15FC is #80EA03. Grayscale: #4E4E4E. Windows color (decimal): -8448516 or 16520575. OLE color: 16520575.

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

Color convert

RGB 127 21 252 -
CMYK 0.50 0.92 0 0.01
HSL 267.53º 0.97% 0.54% -
HSV(B) 267.53º 0.92% 0.99% -
XYZ 26.59 12.08 93.02 -
YUV 79.03 225.62 162.22 -
System Red Green Blue C M Y K H S L
Decimal 127 21 252 0.50 0.92 0 0.01 267.53 0.97 0.54
Hex 7F 15 FC 32 5C 0 1 10C 61 36
Octal 177 25 374 62 134 0 1 414 141 66
Binary 1111111 10101 11111100 110010 1011100 0 1 100001100 1100001 110110

Color Harmonies of #7F15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15FC

Black with #7F15FC

Text Example


Text Example

White with #7F15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F15FC; }

 p { color: rgb(127,21,252); }

 H1.HeaderClassName
 {
   color: #7F15FC;
 }
 .AnyTagClassName
 {
   color: #7F15FC;
 }
</style>

background-color css

<style>
 a { background-color: #7F15FC; }

 a { background-color: rgb(127,21,252); }

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

border-color css

<style>
 span { border-color: #7F15FC; }

 span { border-color: rgb(127,21,252); }

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