#7a3fd1

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

Shades of Purple Heart #7A3FD1

Tints of Purple Heart #7A3FD1

Color information

#7A3FD1 (or 0x7A3FD1) is unknown color: approx Purple Heart. HEX triplet: 7A, 3F and D1. RGB value is (122,63,209). Sum of RGB (Red+Green+Blue) = 122+63+209=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A3FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FD1 is #85C02E. Grayscale: #606060. Windows color (decimal): -8765487 or 13713274. OLE color: 13713274.

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

Color convert

RGB12263209-
CMYK0.420.7000.18
HSL264.25º61.34%53.33%-
HSV(B)264.25º69.86%81.96%-
XYZ21.3112.361.57-
YUV97.28191.05145.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 209 (82.03% from 255) = 53.05%
R=30.96%
G=15.99%
B=53.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122632090.420.7000.18264.2561.3453.33
Hex7A3FD12A460121083d35
Octal17277321521060224107565
Binary1111010111111110100011010101000110010010100001000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,63,209); }

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

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

 a { background-color: rgb(122,63,209); }

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

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

 span { border-color: rgb(122,63,209); }

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