Html Css Color HEX #7F087A Purple

📋 copy color: '#7F087A'

red 127 ◦ green 8 ◦ blue 122

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

Shades of Purple #7F087A

Tints of Purple #7F087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 49.42%
G = 3.11%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F087A (or 0x7F087A) is known color: Purple. HEX triplet: 7F, 08 and 7A. RGB value is (127,8,122). Sum of RGB (Red+Green+Blue) = 127+8+122=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F087A is #80F785. Grayscale: #383838. Windows color (decimal): -8451974 or 7997567. OLE color: 7997567.

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

Color convert

RGB 127 8 122 -
CMYK 0 0.94 0.04 0.50
HSL 302.52º 0.88% 0.26% -
HSV(B) 302.52º 0.94% 0.5% -
XYZ 12.35 6.09 18.94 -
YUV 56.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 127 8 122 0 0.94 0.04 0.50 302.52 0.88 0.26
Hex 7F 8 7A 0 5E 4 32 12F 58 1A
Octal 177 10 172 0 136 4 62 457 130 32
Binary 1111111 1000 1111010 0 1011110 100 110010 100101111 1011000 11010

Color Harmonies of #7F087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F087A

Black with #7F087A

Text Example


Text Example

White with #7F087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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