#7B1CB7

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

Shades of Purple Heart #7B1CB7

Tints of Purple Heart #7B1CB7

Color information

#7B1CB7 (or 0x7B1CB7) is unknown color: approx Purple Heart. HEX triplet: 7B, 1C and B7. RGB value is (123,28,183). Sum of RGB (Red+Green+Blue) = 123+28+183=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B1CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1CB7 is #84E348. Grayscale: #494949. Windows color (decimal): -8708937 or 12000379. OLE color: 12000379.

HSL color Cylindrical-coordinate representation of color #7B1CB7: hue angle of 276.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1CB7 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12328183-
CMYK0.330.8500.28
HSL276.77º73.46%41.37%-
HSV(B)276.77º84.7%71.76%-
XYZ17.138.4645.53-
YUV74.08189.47162.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 28 (11.33% from 255) = 8.38%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=36.83%
G=8.38%
B=54.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal123281830.330.8500.28276.7773.4641.37
Hex7B1CB7215501C1154929
Octal173342674112503442511151
Binary1111011111001011011110000110101010111001000101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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