Html Css Color HEX #972C7E Dark Purple

📋 copy color: '#972C7E'

red 151 ◦ green 44 ◦ blue 126

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

Shades of Dark Purple #972C7E

Tints of Dark Purple #972C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 47.04%
G = 13.71%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#972C7E (or 0x972C7E) is known color: Dark Purple. HEX triplet: 97, 2C and 7E. RGB value is (151,44,126). Sum of RGB (Red+Green+Blue) = 151+44+126=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7E is #68D381. Grayscale: #555555. Windows color (decimal): -6869890 or 8268951. OLE color: 8268951.

HSL color Cylindrical-coordinate representation of color #972C7E: hue angle of 314.02º 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 #972C7E is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 44 126 -
CMYK 0 0.71 0.17 0.41
HSL 314.02º 0.55% 0.38% -
HSV(B) 314.02º 0.71% 0.59% -
XYZ 17.43 9.89 20.73 -
YUV 85.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 151 44 126 0 0.71 0.17 0.41 314.02 0.55 0.38
Hex 97 2C 7E 0 47 11 29 13A 37 26
Octal 227 54 176 0 107 21 51 472 67 46
Binary 10010111 101100 1111110 0 1000111 10001 101001 100111010 110111 100110

Color Harmonies of #972C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C7E

Black with #972C7E

Text Example


Text Example

White with #972C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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