#7F158A

Color #7F158A Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7F158A

Tints of Purple #7F158A

Color information

#7F158A (or 0x7F158A) is unknown color: approx Purple. HEX triplet: 7F, 15 and 8A. RGB value is (127,21,138). Sum of RGB (Red+Green+Blue) = 127+21+138=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F158A is #80EA75. Grayscale: #414141. Windows color (decimal): -8448630 or 9049471. OLE color: 9049471.

HSL color Cylindrical-coordinate representation of color #7F158A: hue angle of 294.36º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F158A is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12721138-
CMYK0.080.8500.46
HSL294.36º73.58%31.18%-
HSV(B)294.36º84.78%54.12%-
XYZ13.616.8824.66-
YUV66.03168.62171.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=44.41%
G=7.34%
B=48.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127211380.080.8500.46294.3673.5831.18
Hex7F158A85502E1264a1f
Octal177252121012505644611237
Binary11111111010110001010100010101010101110100100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,138); }

 H1.HeaderClassName
 {
   color: #7F158A;
 }
 .AnyTagClassName
 {
   color: #7F158A;
 }
</style>
background-color css

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

 a { background-color: rgb(127,21,138); }

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

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

 span { border-color: rgb(127,21,138); }

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