Html Css Color HEX #971B6E Dark Purple

📋 copy color: '#971B6E'

red 151 ◦ green 27 ◦ blue 110

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

Shades of Dark Purple #971B6E

Tints of Dark Purple #971B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.38%

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

R = 52.43%
G = 9.38%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#971B6E (or 0x971B6E) is known color: Dark Purple. HEX triplet: 97, 1B and 6E. RGB value is (151,27,110). Sum of RGB (Red+Green+Blue) = 151+27+110=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #971B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B6E is #68E491. Grayscale: #494949. Windows color (decimal): -6874258 or 7216023. OLE color: 7216023.

HSL color Cylindrical-coordinate representation of color #971B6E: hue angle of 319.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B6E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 110 -
CMYK 0 0.82 0.27 0.41
HSL 319.84º 0.7% 0.35% -
HSV(B) 319.84º 0.82% 0.59% -
XYZ 15.97 8.49 15.55 -
YUV 73.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 151 27 110 0 0.82 0.27 0.41 319.84 0.7 0.35
Hex 97 1B 6E 0 52 1B 29 140 46 23
Octal 227 33 156 0 122 33 51 500 106 43
Binary 10010111 11011 1101110 0 1010010 11011 101001 101000000 1000110 100011

Color Harmonies of #971B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B6E

Black with #971B6E

Text Example


Text Example

White with #971B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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