#7A0C8D

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

Shades of Purple #7A0C8D

Tints of Purple #7A0C8D

Color information

#7A0C8D (or 0x7A0C8D) is unknown color: approx Purple. HEX triplet: 7A, 0C and 8D. RGB value is (122,12,141). Sum of RGB (Red+Green+Blue) = 122+12+141=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A0C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0C8D is #85F372. Grayscale: #3B3B3B. Windows color (decimal): -8778611 or 9243770. OLE color: 9243770.

HSL color Cylindrical-coordinate representation of color #7A0C8D: hue angle of 291.16º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0C8D is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12212141-
CMYK0.130.9100.45
HSL291.16º84.31%30%-
HSV(B)291.16º91.49%55.29%-
XYZ12.976.3225.74-
YUV59.6173.94172.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=44.36%
G=4.36%
B=51.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122121410.130.9100.45291.1684.3130
Hex7AC8DD5B02D123541e
Octal172142151513305544312436
Binary1111010110010001101110110110110101101100100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,12,141); }

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

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

 a { background-color: rgb(122,12,141); }

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

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

 span { border-color: rgb(122,12,141); }

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