Html Css Color HEX #87237A Dark Purple

📋 copy color: '#87237A'

red 135 ◦ green 35 ◦ blue 122

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

Shades of Dark Purple #87237A

Tints of Dark Purple #87237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 46.23%
G = 11.99%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87237A (or 0x87237A) is known color: Dark Purple. HEX triplet: 87, 23 and 7A. RGB value is (135,35,122). Sum of RGB (Red+Green+Blue) = 135+35+122=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87237A is #78DC85. Grayscale: #4A4A4A. Windows color (decimal): -7920774 or 8004487. OLE color: 8004487.

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

Color convert

RGB 135 35 122 -
CMYK 0 0.74 0.10 0.47
HSL 307.8º 0.59% 0.33% -
HSV(B) 307.8º 0.74% 0.53% -
XYZ 14.11 7.76 19.17 -
YUV 74.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 135 35 122 0 0.74 0.10 0.47 307.8 0.59 0.33
Hex 87 23 7A 0 4A A 2F 134 3B 21
Octal 207 43 172 0 112 12 57 464 73 41
Binary 10000111 100011 1111010 0 1001010 1010 101111 100110100 111011 100001

Color Harmonies of #87237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87237A

Black with #87237A

Text Example


Text Example

White with #87237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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