Html Css Color HEX #972C7A Dark Purple

📋 copy color: '#972C7A'

red 151 ◦ green 44 ◦ blue 122

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

Shades of Dark Purple #972C7A

Tints of Dark Purple #972C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 47.63%
G = 13.88%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#972C7A (or 0x972C7A) is known color: Dark Purple. HEX triplet: 97, 2C and 7A. RGB value is (151,44,122). Sum of RGB (Red+Green+Blue) = 151+44+122=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7A is #68D385. Grayscale: #545454. Windows color (decimal): -6869894 or 8006807. OLE color: 8006807.

HSL color Cylindrical-coordinate representation of color #972C7A: hue angle of 316.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C7A is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 44 122 -
CMYK 0 0.71 0.19 0.41
HSL 316.26º 0.55% 0.38% -
HSV(B) 316.26º 0.71% 0.59% -
XYZ 17.18 9.79 19.4 -
YUV 84.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 151 44 122 0 0.71 0.19 0.41 316.26 0.55 0.38
Hex 97 2C 7A 0 47 13 29 13C 37 26
Octal 227 54 172 0 107 23 51 474 67 46
Binary 10010111 101100 1111010 0 1000111 10011 101001 100111100 110111 100110

Color Harmonies of #972C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C7A

Black with #972C7A

Text Example


Text Example

White with #972C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,44,122); }

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

background-color css

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

 a { background-color: rgb(151,44,122); }

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

border-color css

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

 span { border-color: rgb(151,44,122); }

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