Html Css Color HEX #7F1086 Purple

📋 copy color: '#7F1086'

red 127 ◦ green 16 ◦ blue 134

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

Shades of Purple #7F1086

Tints of Purple #7F1086

RGB

 RED value IS 127 (50% from 255) = 45.85%

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 134 (52.73% from 255) = 48.38%

R = 45.85%
G = 5.78%
B = 48.38%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F1086 (or 0x7F1086) is known color: Purple. HEX triplet: 7F, 10 and 86. RGB value is (127,16,134). Sum of RGB (Red+Green+Blue) = 127+16+134=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F1086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1086 is #80EF79. Grayscale: #3E3E3E. Windows color (decimal): -8449914 or 8786047. OLE color: 8786047.

HSL color Cylindrical-coordinate representation of color #7F1086: hue angle of 296.44º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1086 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 16 134 -
CMYK 0.05 0.88 0 0.47
HSL 296.44º 0.79% 0.29% -
HSV(B) 296.44º 0.88% 0.53% -
XYZ 13.24 6.6 23.13 -
YUV 62.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 127 16 134 0.05 0.88 0 0.47 296.44 0.79 0.29
Hex 7F 10 86 5 58 0 2F 128 4F 1D
Octal 177 20 206 5 130 0 57 450 117 35
Binary 1111111 10000 10000110 101 1011000 0 101111 100101000 1001111 11101

Color Harmonies of #7F1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1086

Black with #7F1086

Text Example


Text Example

White with #7F1086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1086; }

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

 H1.HeaderClassName
 {
   color: #7F1086;
 }
 .AnyTagClassName
 {
   color: #7F1086;
 }
</style>

background-color css

<style>
 a { background-color: #7F1086; }

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

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

border-color css

<style>
 span { border-color: #7F1086; }

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

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