#79267A

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

Shades of Dark Purple #79267A

Tints of Dark Purple #79267A

Color information

#79267A (or 0x79267A) is unknown color: approx Dark Purple. HEX triplet: 79, 26 and 7A. RGB value is (121,38,122). Sum of RGB (Red+Green+Blue) = 121+38+122=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #79267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79267A is #86D985. Grayscale: #484848. Windows color (decimal): -8837510 or 8005241. OLE color: 8005241.

HSL color Cylindrical-coordinate representation of color #79267A: hue angle of 299.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79267A is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12138122-
CMYK0.010.6900.52
HSL299.29º52.5%31.37%-
HSV(B)299.29º68.85%47.84%-
XYZ12.096.8619.1-
YUV72.39156162.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=43.06%
G=13.52%
B=43.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121381220.010.6900.52299.2952.531.37
Hex79267A14503412b341f
Octal1714617211050644536437
Binary1111001100110111101011000101011010010010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79267A; }

 p { color: rgb(121,38,122); }

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

<style>
 a { background-color: #79267A; }

 a { background-color: rgb(121,38,122); }

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

<style>
 span { border-color: #79267A; }

 span { border-color: rgb(121,38,122); }

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