Html Css Color HEX #86077A Purple

📋 copy color: '#86077A'

red 134 ◦ green 7 ◦ blue 122

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

Shades of Purple #86077A

Tints of Purple #86077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.39%

R = 50.95%
G = 2.66%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86077A (or 0x86077A) is known color: Purple. HEX triplet: 86, 07 and 7A. RGB value is (134,7,122). Sum of RGB (Red+Green+Blue) = 134+7+122=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86077A is #79F885. Grayscale: #393939. Windows color (decimal): -7993478 or 7997318. OLE color: 7997318.

HSL color Cylindrical-coordinate representation of color #86077A: hue angle of 305.67º 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 #86077A is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 122 -
CMYK 0 0.95 0.09 0.47
HSL 305.67º 0.9% 0.28% -
HSV(B) 305.67º 0.95% 0.53% -
XYZ 13.42 6.63 18.98 -
YUV 58.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 134 7 122 0 0.95 0.09 0.47 305.67 0.9 0.28
Hex 86 7 7A 0 5F 9 2F 132 5A 1C
Octal 206 7 172 0 137 11 57 462 132 34
Binary 10000110 111 1111010 0 1011111 1001 101111 100110010 1011010 11100

Color Harmonies of #86077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86077A

Black with #86077A

Text Example


Text Example

White with #86077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86077A; }

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

 H1.HeaderClassName
 {
   color: #86077A;
 }
 .AnyTagClassName
 {
   color: #86077A;
 }
</style>

background-color css

<style>
 a { background-color: #86077A; }

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

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

border-color css

<style>
 span { border-color: #86077A; }

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

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