Html Css Color HEX #7F0486 Purple

📋 copy color: '#7F0486'

red 127 ◦ green 4 ◦ blue 134

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

Shades of Purple #7F0486

Tints of Purple #7F0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 47.92%
G = 1.51%
B = 50.57%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F0486 (or 0x7F0486) is known color: Purple. HEX triplet: 7F, 04 and 86. RGB value is (127,4,134). Sum of RGB (Red+Green+Blue) = 127+4+134=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0486 is #80FB79. Grayscale: #373737. Windows color (decimal): -8452986 or 8782975. OLE color: 8782975.

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

Color convert

RGB 127 4 134 -
CMYK 0.05 0.97 0 0.47
HSL 296.77º 0.94% 0.27% -
HSV(B) 296.77º 0.97% 0.53% -
XYZ 13.1 6.32 23.08 -
YUV 55.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 127 4 134 0.05 0.97 0 0.47 296.77 0.94 0.27
Hex 7F 4 86 5 61 0 2F 129 5E 1B
Octal 177 4 206 5 141 0 57 451 136 33
Binary 1111111 100 10000110 101 1100001 0 101111 100101001 1011110 11011

Color Harmonies of #7F0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0486

Black with #7F0486

Text Example


Text Example

White with #7F0486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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