#7C2FBE

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

Shades of Purple Heart #7C2FBE

Tints of Purple Heart #7C2FBE

Color information

#7C2FBE (or 0x7C2FBE) is unknown color: approx Purple Heart. HEX triplet: 7C, 2F and BE. RGB value is (124,47,190). Sum of RGB (Red+Green+Blue) = 124+47+190=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FBE is #83D041. Grayscale: #555555. Windows color (decimal): -8638530 or 12463996. OLE color: 12463996.

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

Color convert

RGB12447190-
CMYK0.350.7500.25
HSL272.31º60.34%46.47%-
HSV(B)272.31º75.26%74.51%-
XYZ18.6210.0449.67-
YUV86.32186.51154.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=34.35%
G=13.02%
B=52.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124471900.350.7500.25272.3160.3446.47
Hex7C2FBE234B0191103c2e
Octal17457276431130314207456
Binary1111100101111101111101000111001011011001100010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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