Html Css Color HEX #972C7C Dark Purple

📋 copy color: '#972C7C'

red 151 ◦ green 44 ◦ blue 124

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

Shades of Dark Purple #972C7C

Tints of Dark Purple #972C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 47.34%
G = 13.79%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#972C7C (or 0x972C7C) is known color: Dark Purple. HEX triplet: 97, 2C and 7C. RGB value is (151,44,124). Sum of RGB (Red+Green+Blue) = 151+44+124=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7C is #68D383. Grayscale: #545454. Windows color (decimal): -6869892 or 8137879. OLE color: 8137879.

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

Color convert

RGB 151 44 124 -
CMYK 0 0.71 0.18 0.41
HSL 315.14º 0.55% 0.38% -
HSV(B) 315.14º 0.71% 0.59% -
XYZ 17.3 9.84 20.06 -
YUV 85.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 151 44 124 0 0.71 0.18 0.41 315.14 0.55 0.38
Hex 97 2C 7C 0 47 12 29 13B 37 26
Octal 227 54 174 0 107 22 51 473 67 46
Binary 10010111 101100 1111100 0 1000111 10010 101001 100111011 110111 100110

Color Harmonies of #972C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C7C

Black with #972C7C

Text Example


Text Example

White with #972C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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