Html Css Color HEX #971675 Dark Purple

📋 copy color: '#971675'

red 151 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #971675

Tints of Dark Purple #971675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 52.07%
G = 7.59%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#971675 (or 0x971675) is known color: Dark Purple. HEX triplet: 97, 16 and 75. RGB value is (151,22,117). Sum of RGB (Red+Green+Blue) = 151+22+117=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #971675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971675 is #68E98A. Grayscale: #474747. Windows color (decimal): -6875531 or 7673495. OLE color: 7673495.

HSL color Cylindrical-coordinate representation of color #971675: hue angle of 315.81º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971675 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 117 -
CMYK 0 0.85 0.23 0.41
HSL 315.81º 0.75% 0.34% -
HSV(B) 315.81º 0.85% 0.59% -
XYZ 16.26 8.44 17.6 -
YUV 71.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 151 22 117 0 0.85 0.23 0.41 315.81 0.75 0.34
Hex 97 16 75 0 55 17 29 13C 4B 22
Octal 227 26 165 0 125 27 51 474 113 42
Binary 10010111 10110 1110101 0 1010101 10111 101001 100111100 1001011 100010

Color Harmonies of #971675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971675

Black with #971675

Text Example


Text Example

White with #971675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971675; }

 p { color: rgb(151,22,117); }

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

background-color css

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

 a { background-color: rgb(151,22,117); }

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

border-color css

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

 span { border-color: rgb(151,22,117); }

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