Html Css Color HEX #971F6B Dark Purple

📋 copy color: '#971F6B'

red 151 ◦ green 31 ◦ blue 107

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

Shades of Dark Purple #971F6B

Tints of Dark Purple #971F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 52.25%
G = 10.73%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#971F6B (or 0x971F6B) is known color: Dark Purple. HEX triplet: 97, 1F and 6B. RGB value is (151,31,107). Sum of RGB (Red+Green+Blue) = 151+31+107=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F6B is #68E094. Grayscale: #4B4B4B. Windows color (decimal): -6873237 or 7020439. OLE color: 7020439.

HSL color Cylindrical-coordinate representation of color #971F6B: hue angle of 322º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F6B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 107 -
CMYK 0 0.79 0.29 0.41
HSL 322º 0.66% 0.36% -
HSV(B) 322º 0.79% 0.59% -
XYZ 15.91 8.62 14.74 -
YUV 75.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 151 31 107 0 0.79 0.29 0.41 322 0.66 0.36
Hex 97 1F 6B 0 4F 1D 29 142 42 24
Octal 227 37 153 0 117 35 51 502 102 44
Binary 10010111 11111 1101011 0 1001111 11101 101001 101000010 1000010 100100

Color Harmonies of #971F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F6B

Black with #971F6B

Text Example


Text Example

White with #971F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,107); }

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

background-color css

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

 a { background-color: rgb(151,31,107); }

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

border-color css

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

 span { border-color: rgb(151,31,107); }

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