#7E1DC1

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

Shades of Purple Heart #7E1DC1

Tints of Purple Heart #7E1DC1

Color information

#7E1DC1 (or 0x7E1DC1) is unknown color: approx Purple Heart. HEX triplet: 7E, 1D and C1. RGB value is (126,29,193). Sum of RGB (Red+Green+Blue) = 126+29+193=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E1DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1DC1 is #81E23E. Grayscale: #4C4C4C. Windows color (decimal): -8512063 or 12655998. OLE color: 12655998.

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

Color convert

RGB12629193-
CMYK0.350.8500.24
HSL275.49º73.87%43.53%-
HSV(B)275.49º84.97%75.69%-
XYZ18.679.1651.24-
YUV76.7193.64163.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 29 (11.72% from 255) = 8.33%
BLUE value IS 193 (75.78% from 255) = 55.46%
R=36.21%
G=8.33%
B=55.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126291930.350.8500.24275.4973.8743.53
Hex7E1DC123550181134a2c
Octal176353014312503042311254
Binary1111110111011100000110001110101010110001000100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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