Html Css Color HEX #973674 Dark Purple

📋 copy color: '#973674'

red 151 ◦ green 54 ◦ blue 116

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

Shades of Dark Purple #973674

Tints of Dark Purple #973674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 47.04%
G = 16.82%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#973674 (or 0x973674) is known color: Dark Purple. HEX triplet: 97, 36 and 74. RGB value is (151,54,116). Sum of RGB (Red+Green+Blue) = 151+54+116=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #973674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973674 is #68C98B. Grayscale: #595959. Windows color (decimal): -6867340 or 7616151. OLE color: 7616151.

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

Color convert

RGB 151 54 116 -
CMYK 0 0.64 0.23 0.41
HSL 321.65º 0.47% 0.4% -
HSV(B) 321.65º 0.64% 0.59% -
XYZ 17.23 10.48 17.64 -
YUV 90.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 151 54 116 0 0.64 0.23 0.41 321.65 0.47 0.4
Hex 97 36 74 0 40 17 29 142 2F 28
Octal 227 66 164 0 100 27 51 502 57 50
Binary 10010111 110110 1110100 0 1000000 10111 101001 101000010 101111 101000

Color Harmonies of #973674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973674

Black with #973674

Text Example


Text Example

White with #973674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973674; }

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

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

background-color css

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

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

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

border-color css

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

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

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