Html Css Color HEX #7F086C Purple

📋 copy color: '#7F086C'

red 127 ◦ green 8 ◦ blue 108

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

Shades of Purple #7F086C

Tints of Purple #7F086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 52.26%
G = 3.29%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F086C (or 0x7F086C) is known color: Purple. HEX triplet: 7F, 08 and 6C. RGB value is (127,8,108). Sum of RGB (Red+Green+Blue) = 127+8+108=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F086C is #80F793. Grayscale: #363636. Windows color (decimal): -8451988 or 7080063. OLE color: 7080063.

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

Color convert

RGB 127 8 108 -
CMYK 0 0.94 0.15 0.50
HSL 309.58º 0.88% 0.26% -
HSV(B) 309.58º 0.94% 0.5% -
XYZ 11.55 5.77 14.69 -
YUV 54.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 127 8 108 0 0.94 0.15 0.50 309.58 0.88 0.26
Hex 7F 8 6C 0 5E F 32 136 58 1A
Octal 177 10 154 0 136 17 62 466 130 32
Binary 1111111 1000 1101100 0 1011110 1111 110010 100110110 1011000 11010

Color Harmonies of #7F086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F086C

Black with #7F086C

Text Example


Text Example

White with #7F086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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