#7B29B3

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

Shades of Purple Heart #7B29B3

Tints of Purple Heart #7B29B3

Color information

#7B29B3 (or 0x7B29B3) is unknown color: approx Purple Heart. HEX triplet: 7B, 29 and B3. RGB value is (123,41,179). Sum of RGB (Red+Green+Blue) = 123+41+179=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B29B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B29B3 is #84D64C. Grayscale: #505050. Windows color (decimal): -8705613 or 11741563. OLE color: 11741563.

HSL color Cylindrical-coordinate representation of color #7B29B3: hue angle of 275.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B29B3 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12341179-
CMYK0.310.7700.30
HSL275.65º62.73%43.14%-
HSV(B)275.65º77.09%70.2%-
XYZ17.19.0543.49-
YUV81.25183.17157.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=35.86%
G=11.95%
B=52.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123411790.310.7700.30275.6562.7343.14
Hex7B29B31F4D01E1143f2b
Octal17351263371150364247753
Binary111101110100110110011111111001101011110100010100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B29B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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