Html Css Color HEX #973175 Dark Purple

📋 copy color: '#973175'

red 151 ◦ green 49 ◦ blue 117

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

Shades of Dark Purple #973175

Tints of Dark Purple #973175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 47.63%
G = 15.46%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#973175 (or 0x973175) is known color: Dark Purple. HEX triplet: 97, 31 and 75. RGB value is (151,49,117). Sum of RGB (Red+Green+Blue) = 151+49+117=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973175 is #68CE8A. Grayscale: #575757. Windows color (decimal): -6868619 or 7680407. OLE color: 7680407.

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

Color convert

RGB 151 49 117 -
CMYK 0 0.68 0.23 0.41
HSL 320º 0.51% 0.39% -
HSV(B) 320º 0.68% 0.59% -
XYZ 17.07 10.06 17.87 -
YUV 87.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 151 49 117 0 0.68 0.23 0.41 320 0.51 0.39
Hex 97 31 75 0 44 17 29 140 33 27
Octal 227 61 165 0 104 27 51 500 63 47
Binary 10010111 110001 1110101 0 1000100 10111 101001 101000000 110011 100111

Color Harmonies of #973175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973175

Black with #973175

Text Example


Text Example

White with #973175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973175; }

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

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

background-color css

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

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

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

border-color css

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

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

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