#7A1BBA

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

Shades of Purple Heart #7A1BBA

Tints of Purple Heart #7A1BBA

Color information

#7A1BBA (or 0x7A1BBA) is unknown color: approx Purple Heart. HEX triplet: 7A, 1B and BA. RGB value is (122,27,186). Sum of RGB (Red+Green+Blue) = 122+27+186=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1BBA is #85E445. Grayscale: #484848. Windows color (decimal): -8774726 or 12196730. OLE color: 12196730.

HSL color Cylindrical-coordinate representation of color #7A1BBA: hue angle of 275.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1BBA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12227186-
CMYK0.340.8500.27
HSL275.85º74.65%41.76%-
HSV(B)275.85º85.48%72.94%-
XYZ17.288.4747.18-
YUV73.53191.47162.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 27 (10.94% from 255) = 8.06%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=36.42%
G=8.06%
B=55.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122271860.340.8500.27275.8574.6541.76
Hex7A1BBA225501B1144b2a
Octal172332724212503342411352
Binary1111010110111011101010001010101010110111000101001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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