Html Css Color HEX #87067E Purple

📋 copy color: '#87067E'

red 135 ◦ green 6 ◦ blue 126

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

Shades of Purple #87067E

Tints of Purple #87067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 126 (49.61% from 255) = 47.19%

R = 50.56%
G = 2.25%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87067E (or 0x87067E) is known color: Purple. HEX triplet: 87, 06 and 7E. RGB value is (135,6,126). Sum of RGB (Red+Green+Blue) = 135+6+126=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87067E is #78F981. Grayscale: #393939. Windows color (decimal): -7928194 or 8259207. OLE color: 8259207.

HSL color Cylindrical-coordinate representation of color #87067E: hue angle of 304.19º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87067E is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 6 126 -
CMYK 0 0.96 0.07 0.47
HSL 304.19º 0.91% 0.28% -
HSV(B) 304.19º 0.96% 0.53% -
XYZ 13.82 6.79 20.32 -
YUV 58.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 135 6 126 0 0.96 0.07 0.47 304.19 0.91 0.28
Hex 87 6 7E 0 60 7 2F 130 5B 1C
Octal 207 6 176 0 140 7 57 460 133 34
Binary 10000111 110 1111110 0 1100000 111 101111 100110000 1011011 11100

Color Harmonies of #87067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87067E

Black with #87067E

Text Example


Text Example

White with #87067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87067E; }

 p { color: rgb(135,6,126); }

 H1.HeaderClassName
 {
   color: #87067E;
 }
 .AnyTagClassName
 {
   color: #87067E;
 }
</style>

background-color css

<style>
 a { background-color: #87067E; }

 a { background-color: rgb(135,6,126); }

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

border-color css

<style>
 span { border-color: #87067E; }

 span { border-color: rgb(135,6,126); }

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