#7A3FCE

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

Shades of Purple Heart #7A3FCE

Tints of Purple Heart #7A3FCE

Color information

#7A3FCE (or 0x7A3FCE) is unknown color: approx Purple Heart. HEX triplet: 7A, 3F and CE. RGB value is (122,63,206). Sum of RGB (Red+Green+Blue) = 122+63+206=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FCE is #85C031. Grayscale: #606060. Windows color (decimal): -8765490 or 13516666. OLE color: 13516666.

HSL color Cylindrical-coordinate representation of color #7A3FCE: hue angle of 264.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3FCE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12263206-
CMYK0.410.6900.19
HSL264.76º59.34%52.75%-
HSV(B)264.76º69.42%80.78%-
XYZ20.9412.1559.63-
YUV96.94189.55145.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 206 (80.86% from 255) = 52.69%
R=31.20%
G=16.11%
B=52.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122632060.410.6900.19264.7659.3452.75
Hex7A3FCE29450131093b35
Octal17277316511050234117365
Binary1111010111111110011101010011000101010011100001001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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