Html Css Color HEX #A71CF7 Electric Purple

📋 copy color: '#A71CF7'

red 167 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #A71CF7

Tints of Electric Purple #A71CF7

RGB

 RED value IS 167 (65.63% from 255) = 37.78%

 GREEN value IS 28 (11.33% from 255) = 6.33%

 BLUE value IS 247 (96.88% from 255) = 55.88%

R = 37.78%
G = 6.33%
B = 55.88%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A71CF7 (or 0xA71CF7) is known color: Electric Purple. HEX triplet: A7, 1C and F7. RGB value is (167,28,247). Sum of RGB (Red+Green+Blue) = 167+28+247=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #A71CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CF7 is #58E308. Grayscale: #5D5D5D. Windows color (decimal): -5825289 or 16194727. OLE color: 16194727.

HSL color Cylindrical-coordinate representation of color #A71CF7: hue angle of 278.08º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71CF7 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 28 247 -
CMYK 0.32 0.89 0 0.03
HSL 278.08º 0.93% 0.54% -
HSV(B) 278.08º 0.89% 0.97% -
XYZ 33.14 15.76 89.29 -
YUV 94.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 167 28 247 0.32 0.89 0 0.03 278.08 0.93 0.54
Hex A7 1C F7 20 59 0 3 116 5D 36
Octal 247 34 367 40 131 0 3 426 135 66
Binary 10100111 11100 11110111 100000 1011001 0 11 100010110 1011101 110110

Color Harmonies of #A71CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CF7

Black with #A71CF7

Text Example


Text Example

White with #A71CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CF7; }

 p { color: rgb(167,28,247); }

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

background-color css

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

 a { background-color: rgb(167,28,247); }

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

border-color css

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

 span { border-color: rgb(167,28,247); }

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