Html Css Color HEX #974080 Dark Purple

📋 copy color: '#974080'

red 151 ◦ green 64 ◦ blue 128

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

Shades of Dark Purple #974080

Tints of Dark Purple #974080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 128 (50.39% from 255) = 37.32%

R = 44.02%
G = 18.66%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#974080 (or 0x974080) is known color: Dark Purple. HEX triplet: 97, 40 and 80. RGB value is (151,64,128). Sum of RGB (Red+Green+Blue) = 151+64+128=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #974080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974080 is #68BF7F. Grayscale: #616161. Windows color (decimal): -6864768 or 8405143. OLE color: 8405143.

HSL color Cylindrical-coordinate representation of color #974080: hue angle of 315.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974080 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 128 -
CMYK 0 0.58 0.15 0.41
HSL 315.86º 0.4% 0.42% -
HSV(B) 315.86º 0.58% 0.59% -
XYZ 18.49 11.8 21.73 -
YUV 97.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 151 64 128 0 0.58 0.15 0.41 315.86 0.4 0.42
Hex 97 40 80 0 3A F 29 13C 28 2A
Octal 227 100 200 0 72 17 51 474 50 52
Binary 10010111 1000000 10000000 0 111010 1111 101001 100111100 101000 101010

Color Harmonies of #974080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974080

Black with #974080

Text Example


Text Example

White with #974080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974080; }

 p { color: rgb(151,64,128); }

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

background-color css

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

 a { background-color: rgb(151,64,128); }

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

border-color css

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

 span { border-color: rgb(151,64,128); }

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