#7A1FBD

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

Shades of Purple Heart #7A1FBD

Tints of Purple Heart #7A1FBD

Color information

#7A1FBD (or 0x7A1FBD) is unknown color: approx Purple Heart. HEX triplet: 7A, 1F and BD. RGB value is (122,31,189). Sum of RGB (Red+Green+Blue) = 122+31+189=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FBD is #85E042. Grayscale: #4B4B4B. Windows color (decimal): -8773699 or 12394362. OLE color: 12394362.

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

Color convert

RGB12231189-
CMYK0.350.8400.26
HSL274.56º71.82%43.14%-
HSV(B)274.56º83.6%74.12%-
XYZ17.78.7948.91-
YUV76.22191.65160.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=35.67%
G=9.06%
B=55.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122311890.350.8400.26274.5671.8243.14
Hex7A1FBD235401A113482b
Octal172372754312403242311053
Binary1111010111111011110110001110101000110101000100111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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