Html Css Color HEX #872B7D Dark Purple

📋 copy color: '#872B7D'

red 135 ◦ green 43 ◦ blue 125

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

Shades of Dark Purple #872B7D

Tints of Dark Purple #872B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 44.55%
G = 14.19%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#872B7D (or 0x872B7D) is known color: Dark Purple. HEX triplet: 87, 2B and 7D. RGB value is (135,43,125). Sum of RGB (Red+Green+Blue) = 135+43+125=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #872B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B7D is #78D482. Grayscale: #4F4F4F. Windows color (decimal): -7918723 or 8203143. OLE color: 8203143.

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

Color convert

RGB 135 43 125 -
CMYK 0 0.68 0.07 0.47
HSL 306.52º 0.52% 0.35% -
HSV(B) 306.52º 0.68% 0.53% -
XYZ 14.56 8.36 20.25 -
YUV 79.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 135 43 125 0 0.68 0.07 0.47 306.52 0.52 0.35
Hex 87 2B 7D 0 44 7 2F 133 34 23
Octal 207 53 175 0 104 7 57 463 64 43
Binary 10000111 101011 1111101 0 1000100 111 101111 100110011 110100 100011

Color Harmonies of #872B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B7D

Black with #872B7D

Text Example


Text Example

White with #872B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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