#7F198B

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

Shades of Purple #7F198B

Tints of Purple #7F198B

Color information

#7F198B (or 0x7F198B) is unknown color: approx Purple. HEX triplet: 7F, 19 and 8B. RGB value is (127,25,139). Sum of RGB (Red+Green+Blue) = 127+25+139=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F198B is #80E674. Grayscale: #444444. Windows color (decimal): -8447605 or 9116031. OLE color: 9116031.

HSL color Cylindrical-coordinate representation of color #7F198B: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F198B is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12725139-
CMYK0.090.8200.45
HSL293.68º69.51%32.16%-
HSV(B)293.68º82.01%54.51%-
XYZ13.767.0725.07-
YUV68.49167.79169.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=43.64%
G=8.59%
B=47.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127251390.090.8200.45293.6869.5132.16
Hex7F198B95202D1264620
Octal177312131112205544610640
Binary111111111001100010111001101001001011011001001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,139); }

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

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

 a { background-color: rgb(127,25,139); }

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

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

 span { border-color: rgb(127,25,139); }

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