Html Css Color HEX #971373 Dark Purple

📋 copy color: '#971373'

red 151 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #971373

Tints of Dark Purple #971373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 52.98%
G = 6.67%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#971373 (or 0x971373) is known color: Dark Purple. HEX triplet: 97, 13 and 73. RGB value is (151,19,115). Sum of RGB (Red+Green+Blue) = 151+19+115=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #971373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971373 is #68EC8C. Grayscale: #454545. Windows color (decimal): -6876301 or 7541655. OLE color: 7541655.

HSL color Cylindrical-coordinate representation of color #971373: hue angle of 316.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971373 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 115 -
CMYK 0 0.87 0.24 0.41
HSL 316.36º 0.78% 0.33% -
HSV(B) 316.36º 0.87% 0.59% -
XYZ 16.09 8.28 16.97 -
YUV 69.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 151 19 115 0 0.87 0.24 0.41 316.36 0.78 0.33
Hex 97 13 73 0 57 18 29 13C 4E 21
Octal 227 23 163 0 127 30 51 474 116 41
Binary 10010111 10011 1110011 0 1010111 11000 101001 100111100 1001110 100001

Color Harmonies of #971373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971373

Black with #971373

Text Example


Text Example

White with #971373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971373; }

 p { color: rgb(151,19,115); }

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

background-color css

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

 a { background-color: rgb(151,19,115); }

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

border-color css

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

 span { border-color: rgb(151,19,115); }

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