Html Css Color HEX #972C7F Dark Purple

📋 copy color: '#972C7F'

red 151 ◦ green 44 ◦ blue 127

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

Shades of Dark Purple #972C7F

Tints of Dark Purple #972C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 46.89%
G = 13.66%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#972C7F (or 0x972C7F) is known color: Dark Purple. HEX triplet: 97, 2C and 7F. RGB value is (151,44,127). Sum of RGB (Red+Green+Blue) = 151+44+127=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7F is #68D380. Grayscale: #555555. Windows color (decimal): -6869889 or 8334487. OLE color: 8334487.

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

Color convert

RGB 151 44 127 -
CMYK 0 0.71 0.16 0.41
HSL 313.46º 0.55% 0.38% -
HSV(B) 313.46º 0.71% 0.59% -
XYZ 17.49 9.91 21.07 -
YUV 85.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 151 44 127 0 0.71 0.16 0.41 313.46 0.55 0.38
Hex 97 2C 7F 0 47 10 29 139 37 26
Octal 227 54 177 0 107 20 51 471 67 46
Binary 10010111 101100 1111111 0 1000111 10000 101001 100111001 110111 100110

Color Harmonies of #972C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C7F

Black with #972C7F

Text Example


Text Example

White with #972C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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