Html Css Color HEX #951972 Dark Purple

📋 copy color: '#951972'

red 149 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #951972

Tints of Dark Purple #951972

RGB

 RED value IS 149 (58.59% from 255) = 51.74%

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 51.74%
G = 8.68%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951972 (or 0x951972) is known color: Dark Purple. HEX triplet: 95, 19 and 72. RGB value is (149,25,114). Sum of RGB (Red+Green+Blue) = 149+25+114=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #951972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951972 is #6AE68D. Grayscale: #474747. Windows color (decimal): -7005838 or 7477653. OLE color: 7477653.

HSL color Cylindrical-coordinate representation of color #951972: hue angle of 316.94º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951972 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 114 -
CMYK 0 0.83 0.23 0.42
HSL 316.94º 0.71% 0.34% -
HSV(B) 316.94º 0.83% 0.58% -
XYZ 15.78 8.3 16.69 -
YUV 72.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 149 25 114 0 0.83 0.23 0.42 316.94 0.71 0.34
Hex 95 19 72 0 53 17 2A 13D 47 22
Octal 225 31 162 0 123 27 52 475 107 42
Binary 10010101 11001 1110010 0 1010011 10111 101010 100111101 1000111 100010

Color Harmonies of #951972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951972

Black with #951972

Text Example


Text Example

White with #951972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951972; }

 p { color: rgb(149,25,114); }

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

background-color css

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

 a { background-color: rgb(149,25,114); }

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

border-color css

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

 span { border-color: rgb(149,25,114); }

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