#79256B

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

Shades of Dark Purple #79256B

Tints of Dark Purple #79256B

Color information

#79256B (or 0x79256B) is unknown color: approx Dark Purple. HEX triplet: 79, 25 and 6B. RGB value is (121,37,107). Sum of RGB (Red+Green+Blue) = 121+37+107=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79256B is #86DA94. Grayscale: #454545. Windows color (decimal): -8837781 or 7021945. OLE color: 7021945.

HSL color Cylindrical-coordinate representation of color #79256B: hue angle of 310º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79256B is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12137107-
CMYK00.690.120.53
HSL310º53.16%30.98%-
HSV(B)310º69.42%47.45%-
XYZ11.26.4514.56-
YUV70.1148.83164.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=45.66%
G=13.96%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213710700.690.120.5331053.1630.98
Hex79256B045C35136351f
Octal17145153010514654666537
Binary1111001100101110101101000101110011010110011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79256B; }

 p { color: rgb(121,37,107); }

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

<style>
 a { background-color: #79256B; }

 a { background-color: rgb(121,37,107); }

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

<style>
 span { border-color: #79256B; }

 span { border-color: rgb(121,37,107); }

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