#7A2875

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

Shades of Dark Purple #7A2875

Tints of Dark Purple #7A2875

Color information

#7A2875 (or 0x7A2875) is unknown color: approx Dark Purple. HEX triplet: 7A, 28 and 75. RGB value is (122,40,117). Sum of RGB (Red+Green+Blue) = 122+40+117=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2875 is #85D78A. Grayscale: #494949. Windows color (decimal): -8771467 or 7678074. OLE color: 7678074.

HSL color Cylindrical-coordinate representation of color #7A2875: hue angle of 303.66º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A2875 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB12240117-
CMYK00.670.040.52
HSL303.66º50.62%31.76%-
HSV(B)303.66º67.21%47.84%-
XYZ126.9417.54-
YUV73.3152.67162.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=43.73%
G=14.34%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224011700.670.040.52303.6650.6231.76
Hex7A28750434341303320
Octal1725016501034644606340
Binary1111010101000111010101000011100110100100110000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,40,117); }

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

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

 a { background-color: rgb(122,40,117); }

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

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

 span { border-color: rgb(122,40,117); }

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