Html Css Color HEX #87267B Dark Purple

📋 copy color: '#87267B'

red 135 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #87267B

Tints of Dark Purple #87267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 45.61%
G = 12.84%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87267B (or 0x87267B) is known color: Dark Purple. HEX triplet: 87, 26 and 7B. RGB value is (135,38,123). Sum of RGB (Red+Green+Blue) = 135+38+123=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87267B is #78D984. Grayscale: #4C4C4C. Windows color (decimal): -7920005 or 8070791. OLE color: 8070791.

HSL color Cylindrical-coordinate representation of color #87267B: hue angle of 307.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87267B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 123 -
CMYK 0 0.72 0.09 0.47
HSL 307.42º 0.56% 0.34% -
HSV(B) 307.42º 0.72% 0.53% -
XYZ 14.26 7.97 19.53 -
YUV 76.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 135 38 123 0 0.72 0.09 0.47 307.42 0.56 0.34
Hex 87 26 7B 0 48 9 2F 133 38 22
Octal 207 46 173 0 110 11 57 463 70 42
Binary 10000111 100110 1111011 0 1001000 1001 101111 100110011 111000 100010

Color Harmonies of #87267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87267B

Black with #87267B

Text Example


Text Example

White with #87267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87267B; }

 p { color: rgb(135,38,123); }

 H1.HeaderClassName
 {
   color: #87267B;
 }
 .AnyTagClassName
 {
   color: #87267B;
 }
</style>

background-color css

<style>
 a { background-color: #87267B; }

 a { background-color: rgb(135,38,123); }

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

border-color css

<style>
 span { border-color: #87267B; }

 span { border-color: rgb(135,38,123); }

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