#7B27BA

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

Shades of Purple Heart #7B27BA

Tints of Purple Heart #7B27BA

Color information

#7B27BA (or 0x7B27BA) is unknown color: approx Purple Heart. HEX triplet: 7B, 27 and BA. RGB value is (123,39,186). Sum of RGB (Red+Green+Blue) = 123+39+186=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27BA is #84D845. Grayscale: #505050. Windows color (decimal): -8706118 or 12199803. OLE color: 12199803.

HSL color Cylindrical-coordinate representation of color #7B27BA: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B27BA is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12339186-
CMYK0.340.7900.27
HSL274.29º65.33%44.12%-
HSV(B)274.29º79.03%72.94%-
XYZ17.769.2147.3-
YUV80.87187.33158.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 39 (15.62% from 255) = 11.21%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=35.34%
G=11.21%
B=53.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123391860.340.7900.27274.2965.3344.12
Hex7B27BA224F01B112412c
Octal173472724211703342210154
Binary11110111001111011101010001010011110110111000100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,186); }

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

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

 a { background-color: rgb(123,39,186); }

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

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

 span { border-color: rgb(123,39,186); }

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