#7C31BE

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

Shades of Purple Heart #7C31BE

Tints of Purple Heart #7C31BE

Color information

#7C31BE (or 0x7C31BE) is unknown color: approx Purple Heart. HEX triplet: 7C, 31 and BE. RGB value is (124,49,190). Sum of RGB (Red+Green+Blue) = 124+49+190=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C31BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31BE is #83CE41. Grayscale: #575757. Windows color (decimal): -8638018 or 12464508. OLE color: 12464508.

HSL color Cylindrical-coordinate representation of color #7C31BE: hue angle of 271.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C31BE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12449190-
CMYK0.350.7400.25
HSL271.91º59%46.86%-
HSV(B)271.91º74.21%74.51%-
XYZ18.710.249.7-
YUV87.5185.85154.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=34.16%
G=13.50%
B=52.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124491900.350.7400.25271.915946.86
Hex7C31BE234A0191103b2f
Octal17461276431120314207357
Binary1111100110001101111101000111001010011001100010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,190); }

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

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

 a { background-color: rgb(124,49,190); }

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

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

 span { border-color: rgb(124,49,190); }

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