#7F2466

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

Shades of Dark Purple #7F2466

Tints of Dark Purple #7F2466

Color information

#7F2466 (or 0x7F2466) is unknown color: approx Dark Purple. HEX triplet: 7F, 24 and 66. RGB value is (127,36,102). Sum of RGB (Red+Green+Blue) = 127+36+102=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2466 is #80DB99. Grayscale: #464646. Windows color (decimal): -8444826 or 6694015. OLE color: 6694015.

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

Color convert

RGB12736102-
CMYK00.720.200.50
HSL316.48º55.83%31.96%-
HSV(B)316.48º71.65%49.8%-
XYZ11.786.7313.25-
YUV70.73145.65168.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=47.92%
G=13.58%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1273610200.720.200.50316.4855.8331.96
Hex7F2466048143213c3820
Octal17744146011024624747040
Binary111111110010011001100100100010100110010100111100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,36,102); }

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

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

 a { background-color: rgb(127,36,102); }

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

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

 span { border-color: rgb(127,36,102); }

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