#7A087B

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

Shades of Purple #7A087B

Tints of Purple #7A087B

Color information

#7A087B (or 0x7A087B) is unknown color: approx Purple. HEX triplet: 7A, 08 and 7B. RGB value is (122,8,123). Sum of RGB (Red+Green+Blue) = 122+8+123=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A087B is #85F784. Grayscale: #363636. Windows color (decimal): -8779653 or 8063098. OLE color: 8063098.

HSL color Cylindrical-coordinate representation of color #7A087B: hue angle of 299.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A087B is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1228123-
CMYK0.010.9300.52
HSL299.48º87.79%25.69%-
HSV(B)299.48º93.5%48.24%-
XYZ11.695.7419.23-
YUV55.2166.27175.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=48.22%
G=3.16%
B=48.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12281230.010.9300.52299.4887.7925.69
Hex7A87B15D03412b581a
Octal17210173113506445313032
Binary111101010001111011110111010110100100101011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,123); }

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

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

 a { background-color: rgb(122,8,123); }

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

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

 span { border-color: rgb(122,8,123); }

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