#7B29BE

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

Shades of Purple Heart #7B29BE

Tints of Purple Heart #7B29BE

Color information

#7B29BE (or 0x7B29BE) is unknown color: approx Purple Heart. HEX triplet: 7B, 29 and BE. RGB value is (123,41,190). Sum of RGB (Red+Green+Blue) = 123+41+190=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B29BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B29BE is #84D641. Grayscale: #515151. Windows color (decimal): -8705602 or 12462459. OLE color: 12462459.

HSL color Cylindrical-coordinate representation of color #7B29BE: hue angle of 273.02º 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 #7B29BE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12341190-
CMYK0.350.7800.25
HSL273.02º64.5%45.29%-
HSV(B)273.02º78.42%74.51%-
XYZ18.269.5149.59-
YUV82.5188.67156.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 41 (16.41% from 255) = 11.58%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=34.75%
G=11.58%
B=53.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123411900.350.7800.25273.0264.545.29
Hex7B29BE234E019111412d
Octal173512764311603142110155
Binary11110111010011011111010001110011100110011000100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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