#7A3DD0

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

Shades of Purple Heart #7A3DD0

Tints of Purple Heart #7A3DD0

Color information

#7A3DD0 (or 0x7A3DD0) is unknown color: approx Purple Heart. HEX triplet: 7A, 3D and D0. RGB value is (122,61,208). Sum of RGB (Red+Green+Blue) = 122+61+208=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A3DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DD0 is #85C22F. Grayscale: #5F5F5F. Windows color (decimal): -8766000 or 13647226. OLE color: 13647226.

HSL color Cylindrical-coordinate representation of color #7A3DD0: hue angle of 264.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A3DD0 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12261208-
CMYK0.410.7100.18
HSL264.9º61%52.75%-
HSV(B)264.9º70.67%81.57%-
XYZ21.0812.0360.89-
YUV96191.21146.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 208 (81.64% from 255) = 53.20%
R=31.20%
G=15.60%
B=53.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122612080.410.7100.18264.96152.75
Hex7A3DD029470121093d35
Octal17275320511070224117565
Binary1111010111101110100001010011000111010010100001001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,61,208); }

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

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

 a { background-color: rgb(122,61,208); }

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

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

 span { border-color: rgb(122,61,208); }

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