Html Css Color HEX #AB07F7 Electric Purple

📋 copy color: '#AB07F7'

red 171 ◦ green 7 ◦ blue 247

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

Shades of Electric Purple #AB07F7

Tints of Electric Purple #AB07F7

RGB

 RED value IS 171 (67.19% from 255) = 40.24%

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

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

R = 40.24%
G = 1.65%
B = 58.12%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB07F7 (or 0xAB07F7) is known color: Electric Purple. HEX triplet: AB, 07 and F7. RGB value is (171,7,247). Sum of RGB (Red+Green+Blue) = 171+7+247=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB07F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07F7 is #54F808. Grayscale: #525252. Windows color (decimal): -5568521 or 16189355. OLE color: 16189355.

HSL color Cylindrical-coordinate representation of color #AB07F7: hue angle of 281º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07F7 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 7 247 -
CMYK 0.31 0.97 0 0.03
HSL 281º 0.94% 0.5% -
HSV(B) 281º 0.97% 0.97% -
XYZ 33.66 15.53 89.22 -
YUV 83.4 220.33 190.49 -
System Red Green Blue C M Y K H S L
Decimal 171 7 247 0.31 0.97 0 0.03 281 0.94 0.5
Hex AB 7 F7 1F 61 0 3 119 5E 32
Octal 253 7 367 37 141 0 3 431 136 62
Binary 10101011 111 11110111 11111 1100001 0 11 100011001 1011110 110010

Color Harmonies of #AB07F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07F7

Black with #AB07F7

Text Example


Text Example

White with #AB07F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07F7; }

 p { color: rgb(171,7,247); }

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

background-color css

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

 a { background-color: rgb(171,7,247); }

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

border-color css

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

 span { border-color: rgb(171,7,247); }

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