Html Css Color HEX #972D75 Dark Purple

📋 copy color: '#972D75'

red 151 ◦ green 45 ◦ blue 117

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

Shades of Dark Purple #972D75

Tints of Dark Purple #972D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 48.24%
G = 14.38%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#972D75 (or 0x972D75) is known color: Dark Purple. HEX triplet: 97, 2D and 75. RGB value is (151,45,117). Sum of RGB (Red+Green+Blue) = 151+45+117=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #972D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D75 is #68D28A. Grayscale: #545454. Windows color (decimal): -6869643 or 7679383. OLE color: 7679383.

HSL color Cylindrical-coordinate representation of color #972D75: hue angle of 319.25º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D75 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 45 117 -
CMYK 0 0.70 0.23 0.41
HSL 319.25º 0.54% 0.38% -
HSV(B) 319.25º 0.7% 0.59% -
XYZ 16.91 9.74 17.82 -
YUV 84.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 151 45 117 0 0.70 0.23 0.41 319.25 0.54 0.38
Hex 97 2D 75 0 46 17 29 13F 36 26
Octal 227 55 165 0 106 27 51 477 66 46
Binary 10010111 101101 1110101 0 1000110 10111 101001 100111111 110110 100110

Color Harmonies of #972D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D75

Black with #972D75

Text Example


Text Example

White with #972D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,45,117); }

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

background-color css

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

 a { background-color: rgb(151,45,117); }

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

border-color css

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

 span { border-color: rgb(151,45,117); }

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