Html Css Color HEX #86067F Purple

📋 copy color: '#86067F'

red 134 ◦ green 6 ◦ blue 127

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

Shades of Purple #86067F

Tints of Purple #86067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.57%

R = 50.19%
G = 2.25%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86067F (or 0x86067F) is known color: Purple. HEX triplet: 86, 06 and 7F. RGB value is (134,6,127). Sum of RGB (Red+Green+Blue) = 134+6+127=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86067F is #79F980. Grayscale: #393939. Windows color (decimal): -7993729 or 8324742. OLE color: 8324742.

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

Color convert

RGB 134 6 127 -
CMYK 0 0.96 0.05 0.47
HSL 303.28º 0.91% 0.27% -
HSV(B) 303.28º 0.96% 0.53% -
XYZ 13.73 6.73 20.65 -
YUV 58.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 134 6 127 0 0.96 0.05 0.47 303.28 0.91 0.27
Hex 86 6 7F 0 60 5 2F 12F 5B 1B
Octal 206 6 177 0 140 5 57 457 133 33
Binary 10000110 110 1111111 0 1100000 101 101111 100101111 1011011 11011

Color Harmonies of #86067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86067F

Black with #86067F

Text Example


Text Example

White with #86067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,6,127); }

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

background-color css

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

 a { background-color: rgb(134,6,127); }

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

border-color css

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

 span { border-color: rgb(134,6,127); }

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