Html Css Color HEX #971572 Dark Purple

📋 copy color: '#971572'

red 151 ◦ green 21 ◦ blue 114

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

Shades of Dark Purple #971572

Tints of Dark Purple #971572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 52.8%
G = 7.34%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#971572 (or 0x971572) is known color: Dark Purple. HEX triplet: 97, 15 and 72. RGB value is (151,21,114). Sum of RGB (Red+Green+Blue) = 151+21+114=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #971572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971572 is #68EA8D. Grayscale: #464646. Windows color (decimal): -6875790 or 7476631. OLE color: 7476631.

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

Color convert

RGB 151 21 114 -
CMYK 0 0.86 0.25 0.41
HSL 317.08º 0.76% 0.34% -
HSV(B) 317.08º 0.86% 0.59% -
XYZ 16.07 8.33 16.68 -
YUV 70.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 151 21 114 0 0.86 0.25 0.41 317.08 0.76 0.34
Hex 97 15 72 0 56 19 29 13D 4C 22
Octal 227 25 162 0 126 31 51 475 114 42
Binary 10010111 10101 1110010 0 1010110 11001 101001 100111101 1001100 100010

Color Harmonies of #971572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971572

Black with #971572

Text Example


Text Example

White with #971572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971572; }

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

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

background-color css

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

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

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

border-color css

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

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

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