#952570

Color #952570 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #952570

Tints of Dark Purple #952570

Color information

#952570 (or 0x952570) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 70. RGB value is (149,37,112). Sum of RGB (Red+Green+Blue) = 149+37+112=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952570 is #6ADA8F. Grayscale: #4E4E4E. Windows color (decimal): -7002768 or 7349653. OLE color: 7349653.

HSL color Cylindrical-coordinate representation of color #952570: hue angle of 319.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952570 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14937112-
CMYK00.750.250.42
HSL319.82º60.22%36.47%-
HSV(B)319.82º75.17%58.43%-
XYZ15.988.8816.2-
YUV79.04146.61177.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=50%
G=12.42%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493711200.750.250.42319.8260.2236.47
Hex95257004B192A1403c24
Octal22545160011331525007444
Binary1001010110010111100000100101111001101010101000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952570; }

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

 H1.HeaderClassName
 {
   color: #952570;
 }
 .AnyTagClassName
 {
   color: #952570;
 }
</style>
background-color css

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

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

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

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

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

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