#7A1BAF

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

Shades of Purple Heart #7A1BAF

Tints of Purple Heart #7A1BAF

Color information

#7A1BAF (or 0x7A1BAF) is unknown color: approx Purple Heart. HEX triplet: 7A, 1B and AF. RGB value is (122,27,175). Sum of RGB (Red+Green+Blue) = 122+27+175=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BAF is #85E450. Grayscale: #474747. Windows color (decimal): -8774737 or 11475834. OLE color: 11475834.

HSL color Cylindrical-coordinate representation of color #7A1BAF: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1BAF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12227175-
CMYK0.300.8500.31
HSL278.51º73.27%39.61%-
HSV(B)278.51º84.57%68.63%-
XYZ16.168.0241.25-
YUV72.28185.97163.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 27 (10.94% from 255) = 8.33%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=37.65%
G=8.33%
B=54.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122271750.300.8500.31278.5173.2739.61
Hex7A1BAF1E5501F1174928
Octal172332573612503742711150
Binary111101011011101011111111010101010111111000101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,27,175); }

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

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

 a { background-color: rgb(122,27,175); }

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

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

 span { border-color: rgb(122,27,175); }

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