#7729BE

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

Shades of Purple Heart #7729BE

Tints of Purple Heart #7729BE

Color information

#7729BE (or 0x7729BE) is unknown color: approx Purple Heart. HEX triplet: 77, 29 and BE. RGB value is (119,41,190). Sum of RGB (Red+Green+Blue) = 119+41+190=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #7729BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729BE is #88D641. Grayscale: #505050. Windows color (decimal): -8967746 or 12462455. OLE color: 12462455.

HSL color Cylindrical-coordinate representation of color #7729BE: hue angle of 271.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7729BE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11941190-
CMYK0.370.7800.25
HSL271.41º64.5%45.29%-
HSV(B)271.41º78.42%74.51%-
XYZ17.699.2349.56-
YUV81.31189.34154.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=34%
G=11.71%
B=54.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119411900.370.7800.25271.4164.545.29
Hex7729BE254E01910f412d
Octal167512764511603141710155
Binary11101111010011011111010010110011100110011000011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7729BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7729BE; }

 p { color: rgb(119,41,190); }

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

<style>
 a { background-color: #7729BE; }

 a { background-color: rgb(119,41,190); }

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

<style>
 span { border-color: #7729BE; }

 span { border-color: rgb(119,41,190); }

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