Html Css Color HEX #87127A Dark Purple

📋 copy color: '#87127A'

red 135 ◦ green 18 ◦ blue 122

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

Shades of Dark Purple #87127A

Tints of Dark Purple #87127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 122 (48.05% from 255) = 44.36%

R = 49.09%
G = 6.55%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87127A (or 0x87127A) is known color: Dark Purple. HEX triplet: 87, 12 and 7A. RGB value is (135,18,122). Sum of RGB (Red+Green+Blue) = 135+18+122=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127A is #78ED85. Grayscale: #404040. Windows color (decimal): -7925126 or 8000135. OLE color: 8000135.

HSL color Cylindrical-coordinate representation of color #87127A: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87127A is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 122 -
CMYK 0 0.87 0.10 0.47
HSL 306.67º 0.76% 0.3% -
HSV(B) 306.67º 0.87% 0.53% -
XYZ 13.72 6.99 19.04 -
YUV 64.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 135 18 122 0 0.87 0.10 0.47 306.67 0.76 0.3
Hex 87 12 7A 0 57 A 2F 133 4C 1E
Octal 207 22 172 0 127 12 57 463 114 36
Binary 10000111 10010 1111010 0 1010111 1010 101111 100110011 1001100 11110

Color Harmonies of #87127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87127A

Black with #87127A

Text Example


Text Example

White with #87127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87127A; }

 p { color: rgb(135,18,122); }

 H1.HeaderClassName
 {
   color: #87127A;
 }
 .AnyTagClassName
 {
   color: #87127A;
 }
</style>

background-color css

<style>
 a { background-color: #87127A; }

 a { background-color: rgb(135,18,122); }

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

border-color css

<style>
 span { border-color: #87127A; }

 span { border-color: rgb(135,18,122); }

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