#872F7B

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

Shades of Dark Purple #872F7B

Tints of Dark Purple #872F7B

Color information

#872F7B (or 0x872F7B) is unknown color: approx Dark Purple. HEX triplet: 87, 2F and 7B. RGB value is (135,47,123). Sum of RGB (Red+Green+Blue) = 135+47+123=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #872F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F7B is #78D084. Grayscale: #515151. Windows color (decimal): -7917701 or 8073095. OLE color: 8073095.

HSL color Cylindrical-coordinate representation of color #872F7B: hue angle of 308.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F7B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13547123-
CMYK00.650.090.47
HSL308.18º48.35%35.69%-
HSV(B)308.18º65.19%52.94%-
XYZ14.588.6119.63-
YUV81.98151.15165.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=44.26%
G=15.41%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354712300.650.090.47308.1848.3535.69
Hex872F7B04192F1343024
Octal20757173010111574646044
Binary100001111011111111011010000011001101111100110100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F7B; }

 p { color: rgb(135,47,123); }

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

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

 a { background-color: rgb(135,47,123); }

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

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

 span { border-color: rgb(135,47,123); }

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