Html Css Color HEX #951A71 Dark Purple

📋 copy color: '#951A71'

red 149 ◦ green 26 ◦ blue 113

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

Shades of Dark Purple #951A71

Tints of Dark Purple #951A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 51.74%
G = 9.03%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#951A71 (or 0x951A71) is known color: Dark Purple. HEX triplet: 95, 1A and 71. RGB value is (149,26,113). Sum of RGB (Red+Green+Blue) = 149+26+113=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #951A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A71 is #6AE58E. Grayscale: #484848. Windows color (decimal): -7005583 or 7412373. OLE color: 7412373.

HSL color Cylindrical-coordinate representation of color #951A71: hue angle of 317.56º degrees, saturation: 0.7, 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 #951A71 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 113 -
CMYK 0 0.83 0.24 0.42
HSL 317.56º 0.7% 0.34% -
HSV(B) 317.56º 0.83% 0.58% -
XYZ 15.74 8.32 16.4 -
YUV 72.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 149 26 113 0 0.83 0.24 0.42 317.56 0.7 0.34
Hex 95 1A 71 0 53 18 2A 13E 46 22
Octal 225 32 161 0 123 30 52 476 106 42
Binary 10010101 11010 1110001 0 1010011 11000 101010 100111110 1000110 100010

Color Harmonies of #951A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A71

Black with #951A71

Text Example


Text Example

White with #951A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A71; }

 p { color: rgb(149,26,113); }

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

background-color css

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

 a { background-color: rgb(149,26,113); }

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

border-color css

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

 span { border-color: rgb(149,26,113); }

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