Html Css Color HEX #9701FD Electric Purple

📋 copy color: '#9701FD'

red 151 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #9701FD

Tints of Electric Purple #9701FD

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 37.28%
G = 0.25%
B = 62.47%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9701FD (or 0x9701FD) is known color: Electric Purple. HEX triplet: 97, 01 and FD. RGB value is (151,1,253). Sum of RGB (Red+Green+Blue) = 151+1+253=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #9701FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701FD is #68FE02. Grayscale: #494949. Windows color (decimal): -6880771 or 16581015. OLE color: 16581015.

HSL color Cylindrical-coordinate representation of color #9701FD: hue angle of 275.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701FD is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 1 253 -
CMYK 0.40 1.00 0 0.01
HSL 275.71º 0.99% 0.5% -
HSV(B) 275.71º 1% 0.99% -
XYZ 30.5 13.69 93.96 -
YUV 74.58 228.7 182.51 -
System Red Green Blue C M Y K H S L
Decimal 151 1 253 0.40 1.00 0 0.01 275.71 0.99 0.5
Hex 97 1 FD 28 64 0 1 114 63 32
Octal 227 1 375 50 144 0 1 424 143 62
Binary 10010111 1 11111101 101000 1100100 0 1 100010100 1100011 110010

Color Harmonies of #9701FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701FD

Black with #9701FD

Text Example


Text Example

White with #9701FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9701FD; }

 p { color: rgb(151,1,253); }

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

background-color css

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

 a { background-color: rgb(151,1,253); }

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

border-color css

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

 span { border-color: rgb(151,1,253); }

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