#7A1CBF

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

Shades of Purple Heart #7A1CBF

Tints of Purple Heart #7A1CBF

Color information

#7A1CBF (or 0x7A1CBF) is unknown color: approx Purple Heart. HEX triplet: 7A, 1C and BF. RGB value is (122,28,191). Sum of RGB (Red+Green+Blue) = 122+28+191=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1CBF is #85E340. Grayscale: #4A4A4A. Windows color (decimal): -8774465 or 12524666. OLE color: 12524666.

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

Color convert

RGB12228191-
CMYK0.360.8500.25
HSL274.6º74.43%42.94%-
HSV(B)274.6º85.34%74.9%-
XYZ17.858.7350.03-
YUV74.69193.64161.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 191 (75% from 255) = 56.01%
R=35.78%
G=8.21%
B=56.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122281910.360.8500.25274.674.4342.94
Hex7A1CBF24550191134a2b
Octal172342774412503142311253
Binary1111010111001011111110010010101010110011000100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,28,191); }

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

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

 a { background-color: rgb(122,28,191); }

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

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

 span { border-color: rgb(122,28,191); }

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