Html Css Color HEX #7F087C Purple

📋 copy color: '#7F087C'

red 127 ◦ green 8 ◦ blue 124

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

Shades of Purple #7F087C

Tints of Purple #7F087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 49.03%
G = 3.09%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F087C (or 0x7F087C) is known color: Purple. HEX triplet: 7F, 08 and 7C. RGB value is (127,8,124). Sum of RGB (Red+Green+Blue) = 127+8+124=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F087C is #80F783. Grayscale: #383838. Windows color (decimal): -8451972 or 8128639. OLE color: 8128639.

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

Color convert

RGB 127 8 124 -
CMYK 0 0.94 0.02 0.50
HSL 301.51º 0.88% 0.26% -
HSV(B) 301.51º 0.94% 0.5% -
XYZ 12.48 6.14 19.6 -
YUV 56.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 127 8 124 0 0.94 0.02 0.50 301.51 0.88 0.26
Hex 7F 8 7C 0 5E 2 32 12E 58 1A
Octal 177 10 174 0 136 2 62 456 130 32
Binary 1111111 1000 1111100 0 1011110 10 110010 100101110 1011000 11010

Color Harmonies of #7F087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F087C

Black with #7F087C

Text Example


Text Example

White with #7F087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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