Html Css Color HEX #971973 Dark Purple

📋 copy color: '#971973'

red 151 ◦ green 25 ◦ blue 115

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

Shades of Dark Purple #971973

Tints of Dark Purple #971973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 51.89%
G = 8.59%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#971973 (or 0x971973) is known color: Dark Purple. HEX triplet: 97, 19 and 73. RGB value is (151,25,115). Sum of RGB (Red+Green+Blue) = 151+25+115=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #971973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971973 is #68E68C. Grayscale: #484848. Windows color (decimal): -6874765 or 7543191. OLE color: 7543191.

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

Color convert

RGB 151 25 115 -
CMYK 0 0.83 0.24 0.41
HSL 317.14º 0.72% 0.35% -
HSV(B) 317.14º 0.83% 0.59% -
XYZ 16.2 8.51 17.01 -
YUV 72.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 151 25 115 0 0.83 0.24 0.41 317.14 0.72 0.35
Hex 97 19 73 0 53 18 29 13D 48 23
Octal 227 31 163 0 123 30 51 475 110 43
Binary 10010111 11001 1110011 0 1010011 11000 101001 100111101 1001000 100011

Color Harmonies of #971973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971973

Black with #971973

Text Example


Text Example

White with #971973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971973; }

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

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

background-color css

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

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

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

border-color css

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

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

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