Html Css Color HEX #973475 Dark Purple

📋 copy color: '#973475'

red 151 ◦ green 52 ◦ blue 117

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

Shades of Dark Purple #973475

Tints of Dark Purple #973475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 47.19%
G = 16.25%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#973475 (or 0x973475) is known color: Dark Purple. HEX triplet: 97, 34 and 75. RGB value is (151,52,117). Sum of RGB (Red+Green+Blue) = 151+52+117=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #973475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973475 is #68CB8A. Grayscale: #585858. Windows color (decimal): -6867851 or 7681175. OLE color: 7681175.

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

Color convert

RGB 151 52 117 -
CMYK 0 0.66 0.23 0.41
HSL 320.61º 0.49% 0.4% -
HSV(B) 320.61º 0.66% 0.59% -
XYZ 17.2 10.32 17.91 -
YUV 89.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 151 52 117 0 0.66 0.23 0.41 320.61 0.49 0.4
Hex 97 34 75 0 42 17 29 141 31 28
Octal 227 64 165 0 102 27 51 501 61 50
Binary 10010111 110100 1110101 0 1000010 10111 101001 101000001 110001 101000

Color Harmonies of #973475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973475

Black with #973475

Text Example


Text Example

White with #973475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973475; }

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

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

background-color css

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

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

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

border-color css

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

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

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