#7F0F84

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

Shades of Purple #7F0F84

Tints of Purple #7F0F84

Color information

#7F0F84 (or 0x7F0F84) is unknown color: approx Purple. HEX triplet: 7F, 0F and 84. RGB value is (127,15,132). Sum of RGB (Red+Green+Blue) = 127+15+132=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F0F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0F84 is #80F07B. Grayscale: #3D3D3D. Windows color (decimal): -8450172 or 8654719. OLE color: 8654719.

HSL color Cylindrical-coordinate representation of color #7F0F84: hue angle of 297.44º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0F84 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12715132-
CMYK0.040.8900.48
HSL297.44º79.59%28.82%-
HSV(B)297.44º88.64%51.76%-
XYZ13.096.5222.4-
YUV61.83167.61174.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=46.35%
G=5.47%
B=48.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127151320.040.8900.48297.4479.5928.82
Hex7FF84459030129501d
Octal17717204413106045112035
Binary111111111111000010010010110010110000100101001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,15,132); }

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

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

 a { background-color: rgb(127,15,132); }

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

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

 span { border-color: rgb(127,15,132); }

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