#7F337A

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

Shades of Dark Purple #7F337A

Tints of Dark Purple #7F337A

Color information

#7F337A (or 0x7F337A) is unknown color: approx Dark Purple. HEX triplet: 7F, 33 and 7A. RGB value is (127,51,122). Sum of RGB (Red+Green+Blue) = 127+51+122=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F337A is #80CC85. Grayscale: #515151. Windows color (decimal): -8440966 or 8008575. OLE color: 8008575.

HSL color Cylindrical-coordinate representation of color #7F337A: hue angle of 303.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F337A is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12751122-
CMYK00.600.040.50
HSL303.95º42.7%34.9%-
HSV(B)303.95º59.84%49.8%-
XYZ13.458.2819.3-
YUV81.82150.68160.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.33%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=42.33%
G=17%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275112200.600.040.50303.9542.734.9
Hex7F337A03C4321302b23
Octal177631720744624605343
Binary111111111001111110100111100100110010100110000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,122); }

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

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

 a { background-color: rgb(127,51,122); }

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

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

 span { border-color: rgb(127,51,122); }

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