Html Css Color HEX #87407B Dark Purple

📋 copy color: '#87407B'

red 135 ◦ green 64 ◦ blue 123

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

Shades of Dark Purple #87407B

Tints of Dark Purple #87407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 41.93%
G = 19.88%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87407B (or 0x87407B) is known color: Dark Purple. HEX triplet: 87, 40 and 7B. RGB value is (135,64,123). Sum of RGB (Red+Green+Blue) = 135+64+123=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407B is #78BF84. Grayscale: #5B5B5B. Windows color (decimal): -7913349 or 8077447. OLE color: 8077447.

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

Color convert

RGB 135 64 123 -
CMYK 0 0.53 0.09 0.47
HSL 310.14º 0.36% 0.39% -
HSV(B) 310.14º 0.53% 0.53% -
XYZ 15.4 10.25 19.91 -
YUV 91.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 135 64 123 0 0.53 0.09 0.47 310.14 0.36 0.39
Hex 87 40 7B 0 35 9 2F 136 24 27
Octal 207 100 173 0 65 11 57 466 44 47
Binary 10000111 1000000 1111011 0 110101 1001 101111 100110110 100100 100111

Color Harmonies of #87407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87407B

Black with #87407B

Text Example


Text Example

White with #87407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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