Html Css Color HEX #971B6C Dark Purple

📋 copy color: '#971B6C'

red 151 ◦ green 27 ◦ blue 108

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

Shades of Dark Purple #971B6C

Tints of Dark Purple #971B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 52.8%
G = 9.44%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#971B6C (or 0x971B6C) is known color: Dark Purple. HEX triplet: 97, 1B and 6C. RGB value is (151,27,108). Sum of RGB (Red+Green+Blue) = 151+27+108=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #971B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B6C is #68E493. Grayscale: #494949. Windows color (decimal): -6874260 or 7084951. OLE color: 7084951.

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

Color convert

RGB 151 27 108 -
CMYK 0 0.82 0.28 0.41
HSL 320.81º 0.7% 0.35% -
HSV(B) 320.81º 0.82% 0.59% -
XYZ 15.86 8.45 14.98 -
YUV 73.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 151 27 108 0 0.82 0.28 0.41 320.81 0.7 0.35
Hex 97 1B 6C 0 52 1C 29 141 46 23
Octal 227 33 154 0 122 34 51 501 106 43
Binary 10010111 11011 1101100 0 1010010 11100 101001 101000001 1000110 100011

Color Harmonies of #971B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B6C

Black with #971B6C

Text Example


Text Example

White with #971B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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