Html Css Color HEX #872D69 Dark Purple

📋 copy color: '#872D69'

red 135 ◦ green 45 ◦ blue 105

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

Shades of Dark Purple #872D69

Tints of Dark Purple #872D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 47.37%
G = 15.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#872D69 (or 0x872D69) is known color: Dark Purple. HEX triplet: 87, 2D and 69. RGB value is (135,45,105). Sum of RGB (Red+Green+Blue) = 135+45+105=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D69 is #78D296. Grayscale: #4E4E4E. Windows color (decimal): -7918231 or 6892935. OLE color: 6892935.

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

Color convert

RGB 135 45 105 -
CMYK 0 0.67 0.22 0.47
HSL 320º 0.5% 0.35% -
HSV(B) 320º 0.67% 0.53% -
XYZ 13.48 8.05 14.21 -
YUV 78.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 135 45 105 0 0.67 0.22 0.47 320 0.5 0.35
Hex 87 2D 69 0 43 16 2F 140 32 23
Octal 207 55 151 0 103 26 57 500 62 43
Binary 10000111 101101 1101001 0 1000011 10110 101111 101000000 110010 100011

Color Harmonies of #872D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D69

Black with #872D69

Text Example


Text Example

White with #872D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,105); }

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

background-color css

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

 a { background-color: rgb(135,45,105); }

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

border-color css

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

 span { border-color: rgb(135,45,105); }

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