#7A3FBE

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

Shades of Purple Heart #7A3FBE

Tints of Purple Heart #7A3FBE

Color information

#7A3FBE (or 0x7A3FBE) is unknown color: approx Purple Heart. HEX triplet: 7A, 3F and BE. RGB value is (122,63,190). Sum of RGB (Red+Green+Blue) = 122+63+190=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FBE is #85C041. Grayscale: #5E5E5E. Windows color (decimal): -8765506 or 12468090. OLE color: 12468090.

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

Color convert

RGB12263190-
CMYK0.360.6700.25
HSL267.87º50.2%49.61%-
HSV(B)267.87º66.84%74.51%-
XYZ19.111.4149.91-
YUV95.12181.55147.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=32.53%
G=16.8%
B=50.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122631900.360.6700.25267.8750.249.61
Hex7A3FBE244301910c3232
Octal17277276441030314146262
Binary1111010111111101111101001001000011011001100001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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