#7B2BBE

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

Shades of Purple Heart #7B2BBE

Tints of Purple Heart #7B2BBE

Color information

#7B2BBE (or 0x7B2BBE) is unknown color: approx Purple Heart. HEX triplet: 7B, 2B and BE. RGB value is (123,43,190). Sum of RGB (Red+Green+Blue) = 123+43+190=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2BBE is #84D441. Grayscale: #535353. Windows color (decimal): -8705090 or 12462971. OLE color: 12462971.

HSL color Cylindrical-coordinate representation of color #7B2BBE: hue angle of 272.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B2BBE is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12343190-
CMYK0.350.7700.25
HSL272.65º63.09%45.69%-
HSV(B)272.65º77.37%74.51%-
XYZ18.339.6649.61-
YUV83.68188156.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.55%
GREEN value IS 43 (17.19% from 255) = 12.08%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=34.55%
G=12.08%
B=53.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123431900.350.7700.25272.6563.0945.69
Hex7B2BBE234D0191113f2e
Octal17353276431150314217756
Binary1111011101011101111101000111001101011001100010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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