Html Css Color HEX #970CFF Electric Purple

📋 copy color: '#970CFF'

red 151 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #970CFF

Tints of Electric Purple #970CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

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

R = 36.12%
G = 2.87%
B = 61%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#970CFF (or 0x970CFF) is known color: Electric Purple. HEX triplet: 97, 0C and FF. RGB value is (151,12,255). Sum of RGB (Red+Green+Blue) = 151+12+255=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #970CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CFF is #68F300. Grayscale: #505050. Windows color (decimal): -6877953 or 16714903. OLE color: 16714903.

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

Color convert

RGB 151 12 255 -
CMYK 0.41 0.95 0 0
HSL 274.32º 1% 0.52% -
HSV(B) 274.32º 0.95% 1% -
XYZ 30.94 14.06 95.69 -
YUV 81.26 226.05 177.74 -
System Red Green Blue C M Y K H S L
Decimal 151 12 255 0.41 0.95 0 0 274.32 1 0.52
Hex 97 C FF 29 5F 0 0 112 64 34
Octal 227 14 377 51 137 0 0 422 144 64
Binary 10010111 1100 11111111 101001 1011111 0 0 100010010 1100100 110100

Color Harmonies of #970CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CFF

Black with #970CFF

Text Example


Text Example

White with #970CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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