#7B27BD

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

Shades of Purple Heart #7B27BD

Tints of Purple Heart #7B27BD

Color information

#7B27BD (or 0x7B27BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 27 and BD. RGB value is (123,39,189). Sum of RGB (Red+Green+Blue) = 123+39+189=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B27BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27BD is #84D842. Grayscale: #505050. Windows color (decimal): -8706115 or 12396411. OLE color: 12396411.

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

Color convert

RGB12339189-
CMYK0.350.7900.26
HSL273.6º65.79%44.71%-
HSV(B)273.6º79.37%74.12%-
XYZ18.089.3448.99-
YUV81.22188.83157.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 39 (15.62% from 255) = 11.11%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=35.04%
G=11.11%
B=53.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123391890.350.7900.26273.665.7944.71
Hex7B27BD234F01A112422d
Octal173472754311703242210255
Binary11110111001111011110110001110011110110101000100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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