#7a1bc1

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

Shades of Purple Heart #7A1BC1

Tints of Purple Heart #7A1BC1

Color information

#7A1BC1 (or 0x7A1BC1) is unknown color: approx Purple Heart. HEX triplet: 7A, 1B and C1. RGB value is (122,27,193). Sum of RGB (Red+Green+Blue) = 122+27+193=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A1BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1BC1 is #85E43E. Grayscale: #494949. Windows color (decimal): -8774719 or 12655482. OLE color: 12655482.

HSL color Cylindrical-coordinate representation of color #7A1BC1: hue angle of 274.34º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1BC1 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12227193-
CMYK0.370.8600.24
HSL274.34º75.45%43.14%-
HSV(B)274.34º86.01%75.69%-
XYZ18.048.7751.19-
YUV74.33194.97162-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=35.67%
G=7.89%
B=56.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122271930.370.8600.24274.3475.4543.14
Hex7A1BC125560181124b2b
Octal172333014512603042211353
Binary1111010110111100000110010110101100110001000100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,27,193); }

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

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

 a { background-color: rgb(122,27,193); }

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

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

 span { border-color: rgb(122,27,193); }

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