#7e2bc1

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

Shades of Purple Heart #7E2BC1

Tints of Purple Heart #7E2BC1

Color information

#7E2BC1 (or 0x7E2BC1) is unknown color: approx Purple Heart. HEX triplet: 7E, 2B and C1. RGB value is (126,43,193). Sum of RGB (Red+Green+Blue) = 126+43+193=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E2BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BC1 is #81D43E. Grayscale: #545454. Windows color (decimal): -8508479 or 12659582. OLE color: 12659582.

HSL color Cylindrical-coordinate representation of color #7E2BC1: hue angle of 273.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E2BC1 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12643193-
CMYK0.350.7800.24
HSL273.2º63.56%46.27%-
HSV(B)273.2º77.72%75.69%-
XYZ19.0910.0151.38-
YUV84.92189157.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 43 (17.19% from 255) = 11.88%
BLUE value IS 193 (75.78% from 255) = 53.31%
R=34.81%
G=11.88%
B=53.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126431930.350.7800.24273.263.5646.27
Hex7E2BC1234E018111402e
Octal176533014311603042110056
Binary11111101010111100000110001110011100110001000100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e2bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,193); }

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

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

 a { background-color: rgb(126,43,193); }

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

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

 span { border-color: rgb(126,43,193); }

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