Html Css Color HEX #972F75 Dark Purple

📋 copy color: '#972F75'

red 151 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #972F75

Tints of Dark Purple #972F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

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

R = 47.94%
G = 14.92%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#972F75 (or 0x972F75) is known color: Dark Purple. HEX triplet: 97, 2F and 75. RGB value is (151,47,117). Sum of RGB (Red+Green+Blue) = 151+47+117=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #972F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F75 is #68D08A. Grayscale: #555555. Windows color (decimal): -6869131 or 7679895. OLE color: 7679895.

HSL color Cylindrical-coordinate representation of color #972F75: hue angle of 319.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F75 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 47 117 -
CMYK 0 0.69 0.23 0.41
HSL 319.62º 0.53% 0.39% -
HSV(B) 319.62º 0.69% 0.59% -
XYZ 16.99 9.9 17.84 -
YUV 86.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 151 47 117 0 0.69 0.23 0.41 319.62 0.53 0.39
Hex 97 2F 75 0 45 17 29 140 35 27
Octal 227 57 165 0 105 27 51 500 65 47
Binary 10010111 101111 1110101 0 1000101 10111 101001 101000000 110101 100111

Color Harmonies of #972F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F75

Black with #972F75

Text Example


Text Example

White with #972F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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