Html Css Color HEX #974FEF Medium Purple

📋 copy color: '#974FEF'

red 151 ◦ green 79 ◦ blue 239

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

Shades of Medium Purple #974FEF

Tints of Medium Purple #974FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 32.2%
G = 16.84%
B = 50.96%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#974FEF (or 0x974FEF) is known color: Medium Purple. HEX triplet: 97, 4F and EF. RGB value is (151,79,239). Sum of RGB (Red+Green+Blue) = 151+79+239=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #974FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FEF is #68B010. Grayscale: #767676. Windows color (decimal): -6860817 or 15683479. OLE color: 15683479.

HSL color Cylindrical-coordinate representation of color #974FEF: hue angle of 267º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974FEF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 79 239 -
CMYK 0.37 0.67 0 0.06
HSL 267º 0.83% 0.62% -
HSV(B) 267º 0.67% 0.94% -
XYZ 31.14 18.4 83.57 -
YUV 118.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 151 79 239 0.37 0.67 0 0.06 267 0.83 0.62
Hex 97 4F EF 25 43 0 6 10B 53 3E
Octal 227 117 357 45 103 0 6 413 123 76
Binary 10010111 1001111 11101111 100101 1000011 0 110 100001011 1010011 111110

Color Harmonies of #974FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FEF

Black with #974FEF

Text Example


Text Example

White with #974FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974FEF; }

 p { color: rgb(151,79,239); }

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

background-color css

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

 a { background-color: rgb(151,79,239); }

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

border-color css

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

 span { border-color: rgb(151,79,239); }

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