#7a1fca

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

Shades of Purple Heart #7A1FCA

Tints of Purple Heart #7A1FCA

Color information

#7A1FCA (or 0x7A1FCA) is unknown color: approx Purple Heart. HEX triplet: 7A, 1F and CA. RGB value is (122,31,202). Sum of RGB (Red+Green+Blue) = 122+31+202=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A1FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FCA is #85E035. Grayscale: #4D4D4D. Windows color (decimal): -8773686 or 13246330. OLE color: 13246330.

HSL color Cylindrical-coordinate representation of color #7A1FCA: hue angle of 271.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1FCA is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12231202-
CMYK0.400.8500.21
HSL271.93º73.39%45.69%-
HSV(B)271.93º84.65%79.22%-
XYZ19.189.3856.68-
YUV77.7198.15159.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 31 (12.5% from 255) = 8.73%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=34.37%
G=8.73%
B=56.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122312020.400.8500.21271.9373.3945.69
Hex7A1FCA2855015110492e
Octal172373125012502542011156
Binary1111010111111100101010100010101010101011000100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,31,202); }

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

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

 a { background-color: rgb(122,31,202); }

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

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

 span { border-color: rgb(122,31,202); }

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