Html Css Color HEX #872B6A Dark Purple

📋 copy color: '#872B6A'

red 135 ◦ green 43 ◦ blue 106

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

Shades of Dark Purple #872B6A

Tints of Dark Purple #872B6A

RGB

 RED value IS 135 (53.13% from 255) = 47.54%

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 47.54%
G = 15.14%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#872B6A (or 0x872B6A) is known color: Dark Purple. HEX triplet: 87, 2B and 6A. RGB value is (135,43,106). Sum of RGB (Red+Green+Blue) = 135+43+106=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B6A is #78D495. Grayscale: #4D4D4D. Windows color (decimal): -7918742 or 6957959. OLE color: 6957959.

HSL color Cylindrical-coordinate representation of color #872B6A: hue angle of 318.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B6A is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 43 106 -
CMYK 0 0.68 0.21 0.47
HSL 318.91º 0.52% 0.35% -
HSV(B) 318.91º 0.68% 0.53% -
XYZ 13.46 7.92 14.45 -
YUV 77.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 135 43 106 0 0.68 0.21 0.47 318.91 0.52 0.35
Hex 87 2B 6A 0 44 15 2F 13F 34 23
Octal 207 53 152 0 104 25 57 477 64 43
Binary 10000111 101011 1101010 0 1000100 10101 101111 100111111 110100 100011

Color Harmonies of #872B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B6A

Black with #872B6A

Text Example


Text Example

White with #872B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,43,106); }

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

background-color css

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

 a { background-color: rgb(135,43,106); }

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

border-color css

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

 span { border-color: rgb(135,43,106); }

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