Html Css Color HEX #953071 Dark Purple

📋 copy color: '#953071'

red 149 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #953071

Tints of Dark Purple #953071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 48.06%
G = 15.48%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#953071 (or 0x953071) is known color: Dark Purple. HEX triplet: 95, 30 and 71. RGB value is (149,48,113). Sum of RGB (Red+Green+Blue) = 149+48+113=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #953071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953071 is #6ACF8E. Grayscale: #555555. Windows color (decimal): -6999951 or 7418005. OLE color: 7418005.

HSL color Cylindrical-coordinate representation of color #953071: hue angle of 321.39º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953071 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 113 -
CMYK 0 0.68 0.24 0.42
HSL 321.39º 0.51% 0.39% -
HSV(B) 321.39º 0.68% 0.58% -
XYZ 16.43 9.7 16.63 -
YUV 85.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 149 48 113 0 0.68 0.24 0.42 321.39 0.51 0.39
Hex 95 30 71 0 44 18 2A 141 33 27
Octal 225 60 161 0 104 30 52 501 63 47
Binary 10010101 110000 1110001 0 1000100 11000 101010 101000001 110011 100111

Color Harmonies of #953071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953071

Black with #953071

Text Example


Text Example

White with #953071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953071; }

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

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

background-color css

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

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

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

border-color css

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

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

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