#7A1EBB

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

Shades of Purple Heart #7A1EBB

Tints of Purple Heart #7A1EBB

Color information

#7A1EBB (or 0x7A1EBB) is unknown color: approx Purple Heart. HEX triplet: 7A, 1E and BB. RGB value is (122,30,187). Sum of RGB (Red+Green+Blue) = 122+30+187=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A1EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1EBB is #85E144. Grayscale: #4A4A4A. Windows color (decimal): -8773957 or 12263034. OLE color: 12263034.

HSL color Cylindrical-coordinate representation of color #7A1EBB: hue angle of 275.16º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1EBB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12230187-
CMYK0.350.8400.27
HSL275.16º72.35%42.55%-
HSV(B)275.16º83.96%73.33%-
XYZ17.468.6547.76-
YUV75.41190.98161.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 187 (73.44% from 255) = 55.16%
R=35.99%
G=8.85%
B=55.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122301870.350.8400.27275.1672.3542.55
Hex7A1EBB235401B113482b
Octal172362734312403342311053
Binary1111010111101011101110001110101000110111000100111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,187); }

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

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

 a { background-color: rgb(122,30,187); }

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

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

 span { border-color: rgb(122,30,187); }

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