#7b2cc0

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

Shades of Purple Heart #7B2CC0

Tints of Purple Heart #7B2CC0

Color information

#7B2CC0 (or 0x7B2CC0) is unknown color: approx Purple Heart. HEX triplet: 7B, 2C and C0. RGB value is (123,44,192). Sum of RGB (Red+Green+Blue) = 123+44+192=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B2CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2CC0 is #84D33F. Grayscale: #535353. Windows color (decimal): -8704832 or 12594299. OLE color: 12594299.

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

Color convert

RGB12344192-
CMYK0.360.7700.25
HSL272.03º62.71%46.27%-
HSV(B)272.03º77.08%75.29%-
XYZ18.589.8250.78-
YUV84.49188.67155.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.26%
GREEN value IS 44 (17.58% from 255) = 12.26%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=34.26%
G=12.26%
B=53.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123441920.360.7700.25272.0362.7146.27
Hex7B2CC0244D0191103f2e
Octal17354300441150314207756
Binary1111011101100110000001001001001101011001100010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b2cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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