Html Css Color HEX #86076F Purple

📋 copy color: '#86076F'

red 134 ◦ green 7 ◦ blue 111

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

Shades of Purple #86076F

Tints of Purple #86076F

RGB

 RED value IS 134 (52.73% from 255) = 53.17%

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 53.17%
G = 2.78%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86076F (or 0x86076F) is known color: Purple. HEX triplet: 86, 07 and 6F. RGB value is (134,7,111). Sum of RGB (Red+Green+Blue) = 134+7+111=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86076F is #79F890. Grayscale: #383838. Windows color (decimal): -7993489 or 7276422. OLE color: 7276422.

HSL color Cylindrical-coordinate representation of color #86076F: hue angle of 310.87º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86076F is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 111 -
CMYK 0 0.95 0.17 0.47
HSL 310.87º 0.9% 0.28% -
HSV(B) 310.87º 0.95% 0.53% -
XYZ 12.78 6.37 15.59 -
YUV 56.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 134 7 111 0 0.95 0.17 0.47 310.87 0.9 0.28
Hex 86 7 6F 0 5F 11 2F 137 5A 1C
Octal 206 7 157 0 137 21 57 467 132 34
Binary 10000110 111 1101111 0 1011111 10001 101111 100110111 1011010 11100

Color Harmonies of #86076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86076F

Black with #86076F

Text Example


Text Example

White with #86076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86076F; }

 p { color: rgb(134,7,111); }

 H1.HeaderClassName
 {
   color: #86076F;
 }
 .AnyTagClassName
 {
   color: #86076F;
 }
</style>

background-color css

<style>
 a { background-color: #86076F; }

 a { background-color: rgb(134,7,111); }

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

border-color css

<style>
 span { border-color: #86076F; }

 span { border-color: rgb(134,7,111); }

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