Html Css Color HEX #971975 Dark Purple

📋 copy color: '#971975'

red 151 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #971975

Tints of Dark Purple #971975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 51.54%
G = 8.53%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#971975 (or 0x971975) is known color: Dark Purple. HEX triplet: 97, 19 and 75. RGB value is (151,25,117). Sum of RGB (Red+Green+Blue) = 151+25+117=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #971975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971975 is #68E68A. Grayscale: #484848. Windows color (decimal): -6874763 or 7674263. OLE color: 7674263.

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

Color convert

RGB 151 25 117 -
CMYK 0 0.83 0.23 0.41
HSL 316.19º 0.72% 0.35% -
HSV(B) 316.19º 0.83% 0.59% -
XYZ 16.32 8.56 17.62 -
YUV 73.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 151 25 117 0 0.83 0.23 0.41 316.19 0.72 0.35
Hex 97 19 75 0 53 17 29 13C 48 23
Octal 227 31 165 0 123 27 51 474 110 43
Binary 10010111 11001 1110101 0 1010011 10111 101001 100111100 1001000 100011

Color Harmonies of #971975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971975

Black with #971975

Text Example


Text Example

White with #971975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971975; }

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

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

background-color css

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

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

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

border-color css

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

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

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