#7F2562

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

Shades of Dark Purple #7F2562

Tints of Dark Purple #7F2562

Color information

#7F2562 (or 0x7F2562) is unknown color: approx Dark Purple. HEX triplet: 7F, 25 and 62. RGB value is (127,37,98). Sum of RGB (Red+Green+Blue) = 127+37+98=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2562 is #80DA9D. Grayscale: #464646. Windows color (decimal): -8444574 or 6432127. OLE color: 6432127.

HSL color Cylindrical-coordinate representation of color #7F2562: hue angle of 319.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2562 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1273798-
CMYK00.710.230.50
HSL319.33º54.88%32.16%-
HSV(B)319.33º70.87%49.8%-
XYZ11.626.7212.24-
YUV70.86143.32168.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=48.47%
G=14.12%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127379800.710.230.50319.3354.8832.16
Hex7F2562047173213f3720
Octal17745142010727624776740
Binary111111110010111000100100011110111110010100111111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,37,98); }

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

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

 a { background-color: rgb(127,37,98); }

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

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

 span { border-color: rgb(127,37,98); }

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