Html Css Color HEX #7F086D Purple

📋 copy color: '#7F086D'

red 127 ◦ green 8 ◦ blue 109

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

Shades of Purple #7F086D

Tints of Purple #7F086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 52.05%
G = 3.28%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F086D (or 0x7F086D) is known color: Purple. HEX triplet: 7F, 08 and 6D. RGB value is (127,8,109). Sum of RGB (Red+Green+Blue) = 127+8+109=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F086D is #80F792. Grayscale: #363636. Windows color (decimal): -8451987 or 7145599. OLE color: 7145599.

HSL color Cylindrical-coordinate representation of color #7F086D: hue angle of 309.08º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F086D is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 109 -
CMYK 0 0.94 0.14 0.50
HSL 309.08º 0.88% 0.26% -
HSV(B) 309.08º 0.94% 0.5% -
XYZ 11.6 5.79 14.97 -
YUV 55.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 127 8 109 0 0.94 0.14 0.50 309.08 0.88 0.26
Hex 7F 8 6D 0 5E E 32 135 58 1A
Octal 177 10 155 0 136 16 62 465 130 32
Binary 1111111 1000 1101101 0 1011110 1110 110010 100110101 1011000 11010

Color Harmonies of #7F086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F086D

Black with #7F086D

Text Example


Text Example

White with #7F086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,109); }

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

background-color css

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

 a { background-color: rgb(127,8,109); }

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

border-color css

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

 span { border-color: rgb(127,8,109); }

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