Html Css Color HEX #974FEB Medium Purple

📋 copy color: '#974FEB'

red 151 ◦ green 79 ◦ blue 235

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

Shades of Medium Purple #974FEB

Tints of Medium Purple #974FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 32.47%
G = 16.99%
B = 50.54%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#974FEB (or 0x974FEB) is known color: Medium Purple. HEX triplet: 97, 4F and EB. RGB value is (151,79,235). Sum of RGB (Red+Green+Blue) = 151+79+235=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #974FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FEB is #68B014. Grayscale: #757575. Windows color (decimal): -6860821 or 15421335. OLE color: 15421335.

HSL color Cylindrical-coordinate representation of color #974FEB: hue angle of 267.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974FEB is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 79 235 -
CMYK 0.36 0.66 0 0.08
HSL 267.69º 0.8% 0.62% -
HSV(B) 267.69º 0.66% 0.92% -
XYZ 30.55 18.17 80.49 -
YUV 118.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 151 79 235 0.36 0.66 0 0.08 267.69 0.8 0.62
Hex 97 4F EB 24 42 0 8 10C 50 3E
Octal 227 117 353 44 102 0 10 414 120 76
Binary 10010111 1001111 11101011 100100 1000010 0 1000 100001100 1010000 111110

Color Harmonies of #974FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FEB

Black with #974FEB

Text Example


Text Example

White with #974FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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