Html Css Color HEX #973178 Dark Purple

📋 copy color: '#973178'

red 151 ◦ green 49 ◦ blue 120

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

Shades of Dark Purple #973178

Tints of Dark Purple #973178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 47.19%
G = 15.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#973178 (or 0x973178) is known color: Dark Purple. HEX triplet: 97, 31 and 78. RGB value is (151,49,120). Sum of RGB (Red+Green+Blue) = 151+49+120=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #973178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973178 is #68CE87. Grayscale: #575757. Windows color (decimal): -6868616 or 7877015. OLE color: 7877015.

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

Color convert

RGB 151 49 120 -
CMYK 0 0.68 0.21 0.41
HSL 318.24º 0.51% 0.39% -
HSV(B) 318.24º 0.68% 0.59% -
XYZ 17.25 10.13 18.82 -
YUV 87.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 151 49 120 0 0.68 0.21 0.41 318.24 0.51 0.39
Hex 97 31 78 0 44 15 29 13E 33 27
Octal 227 61 170 0 104 25 51 476 63 47
Binary 10010111 110001 1111000 0 1000100 10101 101001 100111110 110011 100111

Color Harmonies of #973178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973178

Black with #973178

Text Example


Text Example

White with #973178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973178; }

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

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

background-color css

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

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

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

border-color css

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

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

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