Html Css Color HEX #872D67 Dark Purple

📋 copy color: '#872D67'

red 135 ◦ green 45 ◦ blue 103

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

Shades of Dark Purple #872D67

Tints of Dark Purple #872D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 47.7%
G = 15.9%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#872D67 (or 0x872D67) is known color: Dark Purple. HEX triplet: 87, 2D and 67. RGB value is (135,45,103). Sum of RGB (Red+Green+Blue) = 135+45+103=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #872D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D67 is #78D298. Grayscale: #4E4E4E. Windows color (decimal): -7918233 or 6761863. OLE color: 6761863.

HSL color Cylindrical-coordinate representation of color #872D67: hue angle of 321.33º 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 #872D67 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 45 103 -
CMYK 0 0.67 0.24 0.47
HSL 321.33º 0.5% 0.35% -
HSV(B) 321.33º 0.67% 0.53% -
XYZ 13.38 8.01 13.67 -
YUV 78.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 135 45 103 0 0.67 0.24 0.47 321.33 0.5 0.35
Hex 87 2D 67 0 43 18 2F 141 32 23
Octal 207 55 147 0 103 30 57 501 62 43
Binary 10000111 101101 1100111 0 1000011 11000 101111 101000001 110010 100011

Color Harmonies of #872D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D67

Black with #872D67

Text Example


Text Example

White with #872D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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