#7C31BF

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

Shades of Purple Heart #7C31BF

Tints of Purple Heart #7C31BF

Color information

#7C31BF (or 0x7C31BF) is unknown color: approx Purple Heart. HEX triplet: 7C, 31 and BF. RGB value is (124,49,191). Sum of RGB (Red+Green+Blue) = 124+49+191=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C31BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31BF is #83CE40. Grayscale: #575757. Windows color (decimal): -8638017 or 12530044. OLE color: 12530044.

HSL color Cylindrical-coordinate representation of color #7C31BF: hue angle of 271.69º 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 #7C31BF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12449191-
CMYK0.350.7400.25
HSL271.69º59.17%47.06%-
HSV(B)271.69º74.35%74.9%-
XYZ18.8110.2450.28-
YUV87.61186.35153.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.07%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 191 (75% from 255) = 52.47%
R=34.07%
G=13.46%
B=52.47%

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
Decimal124491910.350.7400.25271.6959.1747.06
Hex7C31BF234A0191103b2f
Octal17461277431120314207357
Binary1111100110001101111111000111001010011001100010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C31BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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