#7923BA

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

Shades of Purple Heart #7923BA

Tints of Purple Heart #7923BA

Color information

#7923BA (or 0x7923BA) is unknown color: approx Purple Heart. HEX triplet: 79, 23 and BA. RGB value is (121,35,186). Sum of RGB (Red+Green+Blue) = 121+35+186=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #7923BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7923BA is #86DC45. Grayscale: #4D4D4D. Windows color (decimal): -8838214 or 12198777. OLE color: 12198777.

HSL color Cylindrical-coordinate representation of color #7923BA: hue angle of 274.17º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7923BA is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12135186-
CMYK0.350.8100.27
HSL274.17º68.33%43.33%-
HSV(B)274.17º81.18%72.94%-
XYZ17.358.8147.24-
YUV77.93188.99158.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=35.38%
G=10.23%
B=54.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121351860.350.8100.27274.1768.3343.33
Hex7923BA235101B112442b
Octal171432724312103342210453
Binary11110011000111011101010001110100010110111000100101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7923BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7923BA; }

 p { color: rgb(121,35,186); }

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

<style>
 a { background-color: #7923BA; }

 a { background-color: rgb(121,35,186); }

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

<style>
 span { border-color: #7923BA; }

 span { border-color: rgb(121,35,186); }

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