Html Css Color HEX #973474 Dark Purple

📋 copy color: '#973474'

red 151 ◦ green 52 ◦ blue 116

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

Shades of Dark Purple #973474

Tints of Dark Purple #973474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 47.34%
G = 16.3%
B = 36.36%

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

#973474 (or 0x973474) is known color: Dark Purple. HEX triplet: 97, 34 and 74. RGB value is (151,52,116). Sum of RGB (Red+Green+Blue) = 151+52+116=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #973474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973474 is #68CB8B. Grayscale: #585858. Windows color (decimal): -6867852 or 7615639. OLE color: 7615639.

HSL color Cylindrical-coordinate representation of color #973474: hue angle of 321.21º 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 #973474 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 116 -
CMYK 0 0.66 0.23 0.41
HSL 321.21º 0.49% 0.4% -
HSV(B) 321.21º 0.66% 0.59% -
XYZ 17.14 10.3 17.61 -
YUV 88.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 151 52 116 0 0.66 0.23 0.41 321.21 0.49 0.4
Hex 97 34 74 0 42 17 29 141 31 28
Octal 227 64 164 0 102 27 51 501 61 50
Binary 10010111 110100 1110100 0 1000010 10111 101001 101000001 110001 101000

Color Harmonies of #973474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973474

Black with #973474

Text Example


Text Example

White with #973474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973474; }

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

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

background-color css

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

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

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

border-color css

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

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

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