#7B1DB0

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

Shades of Purple Heart #7B1DB0

Tints of Purple Heart #7B1DB0

Color information

#7B1DB0 (or 0x7B1DB0) is unknown color: approx Purple Heart. HEX triplet: 7B, 1D and B0. RGB value is (123,29,176). Sum of RGB (Red+Green+Blue) = 123+29+176=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #7B1DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1DB0 is #84E24F. Grayscale: #494949. Windows color (decimal): -8708688 or 11541883. OLE color: 11541883.

HSL color Cylindrical-coordinate representation of color #7B1DB0: hue angle of 278.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1DB0 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12329176-
CMYK0.300.8400.31
HSL278.37º71.71%40.2%-
HSV(B)278.37º83.52%69.02%-
XYZ16.448.2241.8-
YUV73.86185.64163.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 176 (69.14% from 255) = 53.66%
R=37.5%
G=8.84%
B=53.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123291760.300.8400.31278.3771.7140.2
Hex7B1DB01E5401F1164828
Octal173352603612403742611050
Binary111101111101101100001111010101000111111000101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,29,176); }

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

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

 a { background-color: rgb(123,29,176); }

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

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

 span { border-color: rgb(123,29,176); }

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