Html Css Color HEX #970BFF Electric Purple

📋 copy color: '#970BFF'

red 151 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #970BFF

Tints of Electric Purple #970BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

 BLUE value IS 255 (100% from 255) = 61.15%

R = 36.21%
G = 2.64%
B = 61.15%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#970BFF (or 0x970BFF) is known color: Electric Purple. HEX triplet: 97, 0B and FF. RGB value is (151,11,255). Sum of RGB (Red+Green+Blue) = 151+11+255=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #970BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BFF is #68F400. Grayscale: #4F4F4F. Windows color (decimal): -6878209 or 16714647. OLE color: 16714647.

HSL color Cylindrical-coordinate representation of color #970BFF: hue angle of 274.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970BFF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 11 255 -
CMYK 0.41 0.96 0 0
HSL 274.43º 1% 0.52% -
HSV(B) 274.43º 0.96% 1% -
XYZ 30.93 14.04 95.69 -
YUV 80.68 226.38 178.16 -
System Red Green Blue C M Y K H S L
Decimal 151 11 255 0.41 0.96 0 0 274.43 1 0.52
Hex 97 B FF 29 60 0 0 112 64 34
Octal 227 13 377 51 140 0 0 422 144 64
Binary 10010111 1011 11111111 101001 1100000 0 0 100010010 1100100 110100

Color Harmonies of #970BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BFF

Black with #970BFF

Text Example


Text Example

White with #970BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970BFF; }

 p { color: rgb(151,11,255); }

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

background-color css

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

 a { background-color: rgb(151,11,255); }

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

border-color css

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

 span { border-color: rgb(151,11,255); }

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