#7A036E

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

Shades of Purple #7A036E

Tints of Purple #7A036E

Color information

#7A036E (or 0x7A036E) is unknown color: approx Purple. HEX triplet: 7A, 03 and 6E. RGB value is (122,3,110). Sum of RGB (Red+Green+Blue) = 122+3+110=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A036E is #85FC91. Grayscale: #323232. Windows color (decimal): -8780946 or 7209850. OLE color: 7209850.

HSL color Cylindrical-coordinate representation of color #7A036E: hue angle of 306.05º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A036E is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB1223110-
CMYK00.980.100.52
HSL306.05º95.2%24.51%-
HSV(B)306.05º97.54%47.84%-
XYZ10.875.3315.21-
YUV50.78161.42178.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=51.91%
G=1.28%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122311000.980.100.52306.0595.224.51
Hex7A36E062A341325f19
Octal17231560142126446213731
Binary1111010111101110011000101010110100100110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,3,110); }

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

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

 a { background-color: rgb(122,3,110); }

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

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

 span { border-color: rgb(122,3,110); }

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