Html Css Color HEX #972172 Dark Purple

📋 copy color: '#972172'

red 151 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #972172

Tints of Dark Purple #972172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 50.67%
G = 11.07%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#972172 (or 0x972172) is known color: Dark Purple. HEX triplet: 97, 21 and 72. RGB value is (151,33,114). Sum of RGB (Red+Green+Blue) = 151+33+114=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #972172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972172 is #68DE8D. Grayscale: #4D4D4D. Windows color (decimal): -6872718 or 7479703. OLE color: 7479703.

HSL color Cylindrical-coordinate representation of color #972172: hue angle of 318.81º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972172 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 114 -
CMYK 0 0.78 0.25 0.41
HSL 318.81º 0.64% 0.36% -
HSV(B) 318.81º 0.78% 0.59% -
XYZ 16.34 8.88 16.77 -
YUV 77.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 151 33 114 0 0.78 0.25 0.41 318.81 0.64 0.36
Hex 97 21 72 0 4E 19 29 13F 40 24
Octal 227 41 162 0 116 31 51 477 100 44
Binary 10010111 100001 1110010 0 1001110 11001 101001 100111111 1000000 100100

Color Harmonies of #972172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972172

Black with #972172

Text Example


Text Example

White with #972172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972172; }

 p { color: rgb(151,33,114); }

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

background-color css

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

 a { background-color: rgb(151,33,114); }

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

border-color css

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

 span { border-color: rgb(151,33,114); }

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