Html Css Color HEX #87217A Dark Purple

📋 copy color: '#87217A'

red 135 ◦ green 33 ◦ blue 122

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

Shades of Dark Purple #87217A

Tints of Dark Purple #87217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 46.55%
G = 11.38%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87217A (or 0x87217A) is known color: Dark Purple. HEX triplet: 87, 21 and 7A. RGB value is (135,33,122). Sum of RGB (Red+Green+Blue) = 135+33+122=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #87217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87217A is #78DE85. Grayscale: #494949. Windows color (decimal): -7921286 or 8003975. OLE color: 8003975.

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

Color convert

RGB 135 33 122 -
CMYK 0 0.76 0.10 0.47
HSL 307.65º 0.61% 0.33% -
HSV(B) 307.65º 0.76% 0.53% -
XYZ 14.05 7.64 19.15 -
YUV 73.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 135 33 122 0 0.76 0.10 0.47 307.65 0.61 0.33
Hex 87 21 7A 0 4C A 2F 134 3D 21
Octal 207 41 172 0 114 12 57 464 75 41
Binary 10000111 100001 1111010 0 1001100 1010 101111 100110100 111101 100001

Color Harmonies of #87217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87217A

Black with #87217A

Text Example


Text Example

White with #87217A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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