Html Css Color HEX #972970 Dark Purple

📋 copy color: '#972970'

red 151 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #972970

Tints of Dark Purple #972970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 49.67%
G = 13.49%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#972970 (or 0x972970) is known color: Dark Purple. HEX triplet: 97, 29 and 70. RGB value is (151,41,112). Sum of RGB (Red+Green+Blue) = 151+41+112=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #972970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972970 is #68D68F. Grayscale: #515151. Windows color (decimal): -6870672 or 7350679. OLE color: 7350679.

HSL color Cylindrical-coordinate representation of color #972970: hue angle of 321.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972970 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 112 -
CMYK 0 0.73 0.26 0.41
HSL 321.27º 0.57% 0.38% -
HSV(B) 321.27º 0.73% 0.59% -
XYZ 16.48 9.34 16.26 -
YUV 81.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 151 41 112 0 0.73 0.26 0.41 321.27 0.57 0.38
Hex 97 29 70 0 49 1A 29 141 39 26
Octal 227 51 160 0 111 32 51 501 71 46
Binary 10010111 101001 1110000 0 1001001 11010 101001 101000001 111001 100110

Color Harmonies of #972970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972970

Black with #972970

Text Example


Text Example

White with #972970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972970; }

 p { color: rgb(151,41,112); }

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

background-color css

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

 a { background-color: rgb(151,41,112); }

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

border-color css

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

 span { border-color: rgb(151,41,112); }

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