#7B1CC0

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

Shades of Purple Heart #7B1CC0

Tints of Purple Heart #7B1CC0

Color information

#7B1CC0 (or 0x7B1CC0) is unknown color: approx Purple Heart. HEX triplet: 7B, 1C and C0. RGB value is (123,28,192). Sum of RGB (Red+Green+Blue) = 123+28+192=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B1CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1CC0 is #84E33F. Grayscale: #4A4A4A. Windows color (decimal): -8708928 or 12590203. OLE color: 12590203.

HSL color Cylindrical-coordinate representation of color #7B1CC0: hue angle of 274.76º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1CC0 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12328192-
CMYK0.360.8500.25
HSL274.76º74.55%43.14%-
HSV(B)274.76º85.42%75.29%-
XYZ18.18.8550.62-
YUV75.1193.97162.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 192 (75.39% from 255) = 55.98%
R=35.86%
G=8.16%
B=55.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123281920.360.8500.25274.7674.5543.14
Hex7B1CC024550191134b2b
Octal173343004412503142311353
Binary1111011111001100000010010010101010110011000100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,192); }

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

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

 a { background-color: rgb(123,28,192); }

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

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

 span { border-color: rgb(123,28,192); }

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