Html Css Color HEX #951970 Dark Purple

📋 copy color: '#951970'

red 149 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #951970

Tints of Dark Purple #951970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 52.1%
G = 8.74%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#951970 (or 0x951970) is known color: Dark Purple. HEX triplet: 95, 19 and 70. RGB value is (149,25,112). Sum of RGB (Red+Green+Blue) = 149+25+112=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951970 is #6AE68F. Grayscale: #474747. Windows color (decimal): -7005840 or 7346581. OLE color: 7346581.

HSL color Cylindrical-coordinate representation of color #951970: hue angle of 317.9º 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 #951970 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 112 -
CMYK 0 0.83 0.25 0.42
HSL 317.9º 0.71% 0.34% -
HSV(B) 317.9º 0.83% 0.58% -
XYZ 15.67 8.25 16.1 -
YUV 71.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 149 25 112 0 0.83 0.25 0.42 317.9 0.71 0.34
Hex 95 19 70 0 53 19 2A 13E 47 22
Octal 225 31 160 0 123 31 52 476 107 42
Binary 10010101 11001 1110000 0 1010011 11001 101010 100111110 1000111 100010

Color Harmonies of #951970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951970

Black with #951970

Text Example


Text Example

White with #951970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951970; }

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

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

background-color css

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

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

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

border-color css

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

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

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