Html Css Color HEX #872A7F Dark Purple

📋 copy color: '#872A7F'

red 135 ◦ green 42 ◦ blue 127

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

Shades of Dark Purple #872A7F

Tints of Dark Purple #872A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 44.41%
G = 13.82%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#872A7F (or 0x872A7F) is known color: Dark Purple. HEX triplet: 87, 2A and 7F. RGB value is (135,42,127). Sum of RGB (Red+Green+Blue) = 135+42+127=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #872A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A7F is #78D580. Grayscale: #4F4F4F. Windows color (decimal): -7918977 or 8333959. OLE color: 8333959.

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

Color convert

RGB 135 42 127 -
CMYK 0 0.69 0.06 0.47
HSL 305.16º 0.53% 0.35% -
HSV(B) 305.16º 0.69% 0.53% -
XYZ 14.65 8.34 20.92 -
YUV 79.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 135 42 127 0 0.69 0.06 0.47 305.16 0.53 0.35
Hex 87 2A 7F 0 45 6 2F 131 35 23
Octal 207 52 177 0 105 6 57 461 65 43
Binary 10000111 101010 1111111 0 1000101 110 101111 100110001 110101 100011

Color Harmonies of #872A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A7F

Black with #872A7F

Text Example


Text Example

White with #872A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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