#7F1B8A

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

Shades of Dark Purple #7F1B8A

Tints of Dark Purple #7F1B8A

Color information

#7F1B8A (or 0x7F1B8A) is unknown color: approx Dark Purple. HEX triplet: 7F, 1B and 8A. RGB value is (127,27,138). Sum of RGB (Red+Green+Blue) = 127+27+138=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F1B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1B8A is #80E475. Grayscale: #454545. Windows color (decimal): -8447094 or 9051007. OLE color: 9051007.

HSL color Cylindrical-coordinate representation of color #7F1B8A: hue angle of 294.05º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1B8A is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12727138-
CMYK0.080.8000.46
HSL294.05º67.27%32.35%-
HSV(B)294.05º80.43%54.12%-
XYZ13.737.1324.7-
YUV69.55166.63168.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=43.49%
G=9.25%
B=47.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127271380.080.8000.46294.0567.2732.35
Hex7F1B8A85002E1264320
Octal177332121012005644610340
Binary111111111011100010101000101000001011101001001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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