Html Css Color HEX #971A6E Dark Purple

📋 copy color: '#971A6E'

red 151 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #971A6E

Tints of Dark Purple #971A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 52.61%
G = 9.06%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#971A6E (or 0x971A6E) is known color: Dark Purple. HEX triplet: 97, 1A and 6E. RGB value is (151,26,110). Sum of RGB (Red+Green+Blue) = 151+26+110=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #971A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A6E is #68E591. Grayscale: #484848. Windows color (decimal): -6874514 or 7215767. OLE color: 7215767.

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

Color convert

RGB 151 26 110 -
CMYK 0 0.83 0.27 0.41
HSL 319.68º 0.71% 0.35% -
HSV(B) 319.68º 0.83% 0.59% -
XYZ 15.95 8.44 15.54 -
YUV 72.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 151 26 110 0 0.83 0.27 0.41 319.68 0.71 0.35
Hex 97 1A 6E 0 53 1B 29 140 47 23
Octal 227 32 156 0 123 33 51 500 107 43
Binary 10010111 11010 1101110 0 1010011 11011 101001 101000000 1000111 100011

Color Harmonies of #971A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A6E

Black with #971A6E

Text Example


Text Example

White with #971A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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