#7A3ECC

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

Shades of Purple Heart #7A3ECC

Tints of Purple Heart #7A3ECC

Color information

#7A3ECC (or 0x7A3ECC) is unknown color: approx Purple Heart. HEX triplet: 7A, 3E and CC. RGB value is (122,62,204). Sum of RGB (Red+Green+Blue) = 122+62+204=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3ECC is #85C133. Grayscale: #5F5F5F. Windows color (decimal): -8765748 or 13385338. OLE color: 13385338.

HSL color Cylindrical-coordinate representation of color #7A3ECC: hue angle of 265.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3ECC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12262204-
CMYK0.400.7000.2
HSL265.35º58.2%52.16%-
HSV(B)265.35º69.61%80%-
XYZ20.6511.9458.34-
YUV96.13188.88146.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.44%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=31.44%
G=15.98%
B=52.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122622040.400.7000.2265.3558.252.16
Hex7A3ECC28460141093a34
Octal17276314501060244117264
Binary1111010111110110011001010001000110010100100001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,204); }

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

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

 a { background-color: rgb(122,62,204); }

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

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

 span { border-color: rgb(122,62,204); }

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