Html Css Color HEX #87306C Dark Purple

📋 copy color: '#87306C'

red 135 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #87306C

Tints of Dark Purple #87306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 46.39%
G = 16.49%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87306C (or 0x87306C) is known color: Dark Purple. HEX triplet: 87, 30 and 6C. RGB value is (135,48,108). Sum of RGB (Red+Green+Blue) = 135+48+108=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87306C is #78CF93. Grayscale: #505050. Windows color (decimal): -7917460 or 7090311. OLE color: 7090311.

HSL color Cylindrical-coordinate representation of color #87306C: hue angle of 318.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87306C is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 108 -
CMYK 0 0.64 0.2 0.47
HSL 318.62º 0.48% 0.36% -
HSV(B) 318.62º 0.64% 0.53% -
XYZ 13.76 8.35 15.07 -
YUV 80.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 135 48 108 0 0.64 0.2 0.47 318.62 0.48 0.36
Hex 87 30 6C 0 40 14 2F 13F 30 24
Octal 207 60 154 0 100 24 57 477 60 44
Binary 10000111 110000 1101100 0 1000000 10100 101111 100111111 110000 100100

Color Harmonies of #87306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87306C

Black with #87306C

Text Example


Text Example

White with #87306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87306C; }

 p { color: rgb(135,48,108); }

 H1.HeaderClassName
 {
   color: #87306C;
 }
 .AnyTagClassName
 {
   color: #87306C;
 }
</style>

background-color css

<style>
 a { background-color: #87306C; }

 a { background-color: rgb(135,48,108); }

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

border-color css

<style>
 span { border-color: #87306C; }

 span { border-color: rgb(135,48,108); }

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