#7A3FBC

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

Shades of Purple Heart #7A3FBC

Tints of Purple Heart #7A3FBC

Color information

#7A3FBC (or 0x7A3FBC) is unknown color: approx Purple Heart. HEX triplet: 7A, 3F and BC. RGB value is (122,63,188). Sum of RGB (Red+Green+Blue) = 122+63+188=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A3FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FBC is #85C043. Grayscale: #5E5E5E. Windows color (decimal): -8765508 or 12337018. OLE color: 12337018.

HSL color Cylindrical-coordinate representation of color #7A3FBC: hue angle of 268.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3FBC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12263188-
CMYK0.350.6600.26
HSL268.32º49.8%49.22%-
HSV(B)268.32º66.49%73.73%-
XYZ18.8811.3248.77-
YUV94.89180.55147.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=32.71%
G=16.89%
B=50.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122631880.350.6600.26268.3249.849.22
Hex7A3FBC234201A10c3231
Octal17277274431020324146261
Binary1111010111111101111001000111000010011010100001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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