Html Css Color HEX #971A6F Dark Purple

📋 copy color: '#971A6F'

red 151 ◦ green 26 ◦ blue 111

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

Shades of Dark Purple #971A6F

Tints of Dark Purple #971A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 52.43%
G = 9.03%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#971A6F (or 0x971A6F) is known color: Dark Purple. HEX triplet: 97, 1A and 6F. RGB value is (151,26,111). Sum of RGB (Red+Green+Blue) = 151+26+111=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #971A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A6F is #68E590. Grayscale: #484848. Windows color (decimal): -6874513 or 7281303. OLE color: 7281303.

HSL color Cylindrical-coordinate representation of color #971A6F: hue angle of 319.2º degrees, saturation: 0.71, 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 #971A6F is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 111 -
CMYK 0 0.83 0.26 0.41
HSL 319.2º 0.71% 0.35% -
HSV(B) 319.2º 0.83% 0.59% -
XYZ 16 8.47 15.83 -
YUV 73.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 151 26 111 0 0.83 0.26 0.41 319.2 0.71 0.35
Hex 97 1A 6F 0 53 1A 29 13F 47 23
Octal 227 32 157 0 123 32 51 477 107 43
Binary 10010111 11010 1101111 0 1010011 11010 101001 100111111 1000111 100011

Color Harmonies of #971A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A6F

Black with #971A6F

Text Example


Text Example

White with #971A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971A6F; }

 p { color: rgb(151,26,111); }

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

background-color css

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

 a { background-color: rgb(151,26,111); }

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

border-color css

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

 span { border-color: rgb(151,26,111); }

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