#7A1DBE

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

Shades of Purple Heart #7A1DBE

Tints of Purple Heart #7A1DBE

Color information

#7A1DBE (or 0x7A1DBE) is unknown color: approx Purple Heart. HEX triplet: 7A, 1D and BE. RGB value is (122,29,190). Sum of RGB (Red+Green+Blue) = 122+29+190=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DBE is #85E241. Grayscale: #4A4A4A. Windows color (decimal): -8774210 or 12459386. OLE color: 12459386.

HSL color Cylindrical-coordinate representation of color #7A1DBE: hue angle of 274.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1DBE is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12229190-
CMYK0.360.8500.25
HSL274.66º73.52%42.94%-
HSV(B)274.66º84.74%74.51%-
XYZ17.768.7349.46-
YUV75.16192.81161.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=35.78%
G=8.50%
B=55.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122291900.360.8500.25274.6673.5242.94
Hex7A1DBE24550191134a2b
Octal172352764412503142311253
Binary1111010111011011111010010010101010110011000100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,29,190); }

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

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

 a { background-color: rgb(122,29,190); }

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

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

 span { border-color: rgb(122,29,190); }

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