#7b41c0

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

Shades of Purple Heart #7B41C0

Tints of Purple Heart #7B41C0

Color information

#7B41C0 (or 0x7B41C0) is unknown color: approx Purple Heart. HEX triplet: 7B, 41 and C0. RGB value is (123,65,192). Sum of RGB (Red+Green+Blue) = 123+65+192=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B41C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41C0 is #84BE3F. Grayscale: #606060. Windows color (decimal): -8699456 or 12599675. OLE color: 12599675.

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

Color convert

RGB12365192-
CMYK0.360.6600.25
HSL267.4º50.2%50.39%-
HSV(B)267.4º66.15%75.29%-
XYZ19.5711.851.11-
YUV96.82181.72146.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=32.37%
G=17.11%
B=50.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123651920.360.6600.25267.450.250.39
Hex7B41C0244201910b3232
Octal173101300441020314136262
Binary11110111000001110000001001001000010011001100001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b41c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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