Html Css Color HEX #972F74 Dark Purple

📋 copy color: '#972F74'

red 151 ◦ green 47 ◦ blue 116

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

Shades of Dark Purple #972F74

Tints of Dark Purple #972F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 48.09%
G = 14.97%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#972F74 (or 0x972F74) is known color: Dark Purple. HEX triplet: 97, 2F and 74. RGB value is (151,47,116). Sum of RGB (Red+Green+Blue) = 151+47+116=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #972F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F74 is #68D08B. Grayscale: #555555. Windows color (decimal): -6869132 or 7614359. OLE color: 7614359.

HSL color Cylindrical-coordinate representation of color #972F74: hue angle of 320.19º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F74 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 47 116 -
CMYK 0 0.69 0.23 0.41
HSL 320.19º 0.53% 0.39% -
HSV(B) 320.19º 0.69% 0.59% -
XYZ 16.93 9.87 17.54 -
YUV 85.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 151 47 116 0 0.69 0.23 0.41 320.19 0.53 0.39
Hex 97 2F 74 0 45 17 29 140 35 27
Octal 227 57 164 0 105 27 51 500 65 47
Binary 10010111 101111 1110100 0 1000101 10111 101001 101000000 110101 100111

Color Harmonies of #972F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F74

Black with #972F74

Text Example


Text Example

White with #972F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972F74; }

 p { color: rgb(151,47,116); }

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

background-color css

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

 a { background-color: rgb(151,47,116); }

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

border-color css

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

 span { border-color: rgb(151,47,116); }

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