Html Css Color HEX #A707ED Electric Purple

📋 copy color: '#A707ED'

red 167 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #A707ED

Tints of Electric Purple #A707ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 40.63%
G = 1.7%
B = 57.66%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A707ED (or 0xA707ED) is known color: Electric Purple. HEX triplet: A7, 07 and ED. RGB value is (167,7,237). Sum of RGB (Red+Green+Blue) = 167+7+237=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #A707ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A707ED is #58F812. Grayscale: #505050. Windows color (decimal): -5830675 or 15533991. OLE color: 15533991.

HSL color Cylindrical-coordinate representation of color #A707ED: hue angle of 281.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A707ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 7 237 -
CMYK 0.30 0.97 0 0.07
HSL 281.74º 0.94% 0.48% -
HSV(B) 281.74º 0.97% 0.93% -
XYZ 31.3 14.48 81.27 -
YUV 81.06 216.01 189.3 -
System Red Green Blue C M Y K H S L
Decimal 167 7 237 0.30 0.97 0 0.07 281.74 0.94 0.48
Hex A7 7 ED 1E 61 0 7 11A 5E 30
Octal 247 7 355 36 141 0 7 432 136 60
Binary 10100111 111 11101101 11110 1100001 0 111 100011010 1011110 110000

Color Harmonies of #A707ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707ED

Black with #A707ED

Text Example


Text Example

White with #A707ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707ED; }

 p { color: rgb(167,7,237); }

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

background-color css

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

 a { background-color: rgb(167,7,237); }

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

border-color css

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

 span { border-color: rgb(167,7,237); }

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