#7B1BB6

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

Shades of Purple Heart #7B1BB6

Tints of Purple Heart #7B1BB6

Color information

#7B1BB6 (or 0x7B1BB6) is unknown color: approx Purple Heart. HEX triplet: 7B, 1B and B6. RGB value is (123,27,182). Sum of RGB (Red+Green+Blue) = 123+27+182=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B1BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1BB6 is #84E449. Grayscale: #484848. Windows color (decimal): -8709194 or 11934587. OLE color: 11934587.

HSL color Cylindrical-coordinate representation of color #7B1BB6: hue angle of 277.16º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1BB6 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12327182-
CMYK0.320.8500.29
HSL277.16º74.16%40.98%-
HSV(B)277.16º85.16%71.37%-
XYZ178.3744.98-
YUV73.37189.3163.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 182 (71.48% from 255) = 54.82%
R=37.05%
G=8.13%
B=54.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123271820.320.8500.29277.1674.1640.98
Hex7B1BB6205501D1154a29
Octal173332664012503542511251
Binary1111011110111011011010000010101010111011000101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,27,182); }

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

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

 a { background-color: rgb(123,27,182); }

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

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

 span { border-color: rgb(123,27,182); }

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