#7C1FBB

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

Shades of Purple Heart #7C1FBB

Tints of Purple Heart #7C1FBB

Color information

#7C1FBB (or 0x7C1FBB) is unknown color: approx Purple Heart. HEX triplet: 7C, 1F and BB. RGB value is (124,31,187). Sum of RGB (Red+Green+Blue) = 124+31+187=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C1FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1FBB is #83E044. Grayscale: #4C4C4C. Windows color (decimal): -8642629 or 12263292. OLE color: 12263292.

HSL color Cylindrical-coordinate representation of color #7C1FBB: hue angle of 275.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1FBB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12431187-
CMYK0.340.8300.27
HSL275.77º71.56%42.75%-
HSV(B)275.77º83.42%73.33%-
XYZ17.778.8547.79-
YUV76.59190.31161.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=36.26%
G=9.06%
B=54.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124311870.340.8300.27275.7771.5642.75
Hex7C1FBB225301B114482b
Octal174372734212303342411053
Binary1111100111111011101110001010100110110111000101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,187); }

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

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

 a { background-color: rgb(124,31,187); }

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

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

 span { border-color: rgb(124,31,187); }

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