Html Css Color HEX #7F086B Purple

📋 copy color: '#7F086B'

red 127 ◦ green 8 ◦ blue 107

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

Shades of Purple #7F086B

Tints of Purple #7F086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 52.48%
G = 3.31%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F086B (or 0x7F086B) is known color: Purple. HEX triplet: 7F, 08 and 6B. RGB value is (127,8,107). Sum of RGB (Red+Green+Blue) = 127+8+107=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F086B is #80F794. Grayscale: #363636. Windows color (decimal): -8451989 or 7014527. OLE color: 7014527.

HSL color Cylindrical-coordinate representation of color #7F086B: hue angle of 310.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 #7F086B is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 107 -
CMYK 0 0.94 0.16 0.50
HSL 310.08º 0.88% 0.26% -
HSV(B) 310.08º 0.94% 0.5% -
XYZ 11.49 5.75 14.41 -
YUV 54.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 127 8 107 0 0.94 0.16 0.50 310.08 0.88 0.26
Hex 7F 8 6B 0 5E 10 32 136 58 1A
Octal 177 10 153 0 136 20 62 466 130 32
Binary 1111111 1000 1101011 0 1011110 10000 110010 100110110 1011000 11010

Color Harmonies of #7F086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F086B

Black with #7F086B

Text Example


Text Example

White with #7F086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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