#7A016E

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

Shades of Purple #7A016E

Tints of Purple #7A016E

Color information

#7A016E (or 0x7A016E) is unknown color: approx Purple. HEX triplet: 7A, 01 and 6E. RGB value is (122,1,110). Sum of RGB (Red+Green+Blue) = 122+1+110=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A016E is #85FE91. Grayscale: #313131. Windows color (decimal): -8781458 or 7209338. OLE color: 7209338.

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

Color convert

RGB1221110-
CMYK00.990.100.52
HSL305.95º98.37%24.12%-
HSV(B)305.95º99.18%47.84%-
XYZ10.855.2915.2-
YUV49.6162.09179.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=52.36%
G=0.43%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122111000.990.100.52305.9598.3724.12
Hex7A16E063A341326218
Octal17211560143126446214230
Binary111101011101110011000111010110100100110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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