Html Css Color HEX #87307D Dark Purple

📋 copy color: '#87307D'

red 135 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #87307D

Tints of Dark Purple #87307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 43.83%
G = 15.58%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87307D (or 0x87307D) is known color: Dark Purple. HEX triplet: 87, 30 and 7D. RGB value is (135,48,125). Sum of RGB (Red+Green+Blue) = 135+48+125=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87307D is #78CF82. Grayscale: #525252. Windows color (decimal): -7917443 or 8204423. OLE color: 8204423.

HSL color Cylindrical-coordinate representation of color #87307D: hue angle of 306.9º 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 #87307D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 125 -
CMYK 0 0.64 0.07 0.47
HSL 306.9º 0.48% 0.36% -
HSV(B) 306.9º 0.64% 0.53% -
XYZ 14.75 8.75 20.31 -
YUV 82.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 135 48 125 0 0.64 0.07 0.47 306.9 0.48 0.36
Hex 87 30 7D 0 40 7 2F 133 30 24
Octal 207 60 175 0 100 7 57 463 60 44
Binary 10000111 110000 1111101 0 1000000 111 101111 100110011 110000 100100

Color Harmonies of #87307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87307D

Black with #87307D

Text Example


Text Example

White with #87307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87307D; }

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

 H1.HeaderClassName
 {
   color: #87307D;
 }
 .AnyTagClassName
 {
   color: #87307D;
 }
</style>

background-color css

<style>
 a { background-color: #87307D; }

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

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

border-color css

<style>
 span { border-color: #87307D; }

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

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