Html Css Color HEX #872A7E Dark Purple

📋 copy color: '#872A7E'

red 135 ◦ green 42 ◦ blue 126

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

Shades of Dark Purple #872A7E

Tints of Dark Purple #872A7E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 44.55%
G = 13.86%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#872A7E (or 0x872A7E) is known color: Dark Purple. HEX triplet: 87, 2A and 7E. RGB value is (135,42,126). Sum of RGB (Red+Green+Blue) = 135+42+126=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #872A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A7E is #78D581. Grayscale: #4F4F4F. Windows color (decimal): -7918978 or 8268423. OLE color: 8268423.

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

Color convert

RGB 135 42 126 -
CMYK 0 0.69 0.07 0.47
HSL 305.81º 0.53% 0.35% -
HSV(B) 305.81º 0.69% 0.53% -
XYZ 14.59 8.31 20.57 -
YUV 79.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 135 42 126 0 0.69 0.07 0.47 305.81 0.53 0.35
Hex 87 2A 7E 0 45 7 2F 132 35 23
Octal 207 52 176 0 105 7 57 462 65 43
Binary 10000111 101010 1111110 0 1000101 111 101111 100110010 110101 100011

Color Harmonies of #872A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A7E

Black with #872A7E

Text Example


Text Example

White with #872A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,42,126); }

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

background-color css

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

 a { background-color: rgb(135,42,126); }

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

border-color css

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

 span { border-color: rgb(135,42,126); }

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