#7b18bd

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

Shades of Purple Heart #7B18BD

Tints of Purple Heart #7B18BD

Color information

#7B18BD (or 0x7B18BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 18 and BD. RGB value is (123,24,189). Sum of RGB (Red+Green+Blue) = 123+24+189=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B18BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B18BD is #84E742. Grayscale: #474747. Windows color (decimal): -8709955 or 12392571. OLE color: 12392571.

HSL color Cylindrical-coordinate representation of color #7B18BD: hue angle of 276º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B18BD is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12324189-
CMYK0.350.8700.26
HSL276º77.46%41.76%-
HSV(B)276º87.3%74.12%-
XYZ17.688.5448.86-
YUV72.41193.8164.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 24 (9.77% from 255) = 7.14%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=36.61%
G=7.14%
B=56.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123241890.350.8700.2627677.4641.76
Hex7B18BD235701A1144d2a
Octal173302754312703242411552
Binary1111011110001011110110001110101110110101000101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b18bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,189); }

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

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

 a { background-color: rgb(123,24,189); }

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

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

 span { border-color: rgb(123,24,189); }

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