#7E36BD

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

Shades of Purple Heart #7E36BD

Tints of Purple Heart #7E36BD

Color information

#7E36BD (or 0x7E36BD) is unknown color: approx Purple Heart. HEX triplet: 7E, 36 and BD. RGB value is (126,54,189). Sum of RGB (Red+Green+Blue) = 126+54+189=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E36BD is #81C942. Grayscale: #5A5A5A. Windows color (decimal): -8505667 or 12400254. OLE color: 12400254.

HSL color Cylindrical-coordinate representation of color #7E36BD: hue angle of 272º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E36BD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12654189-
CMYK0.330.7100.26
HSL272º55.56%47.65%-
HSV(B)272º71.43%74.12%-
XYZ19.1110.7549.21-
YUV90.92183.35153.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=34.15%
G=14.63%
B=51.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126541890.330.7100.2627255.5647.65
Hex7E36BD214701A1103830
Octal17666275411070324207060
Binary1111110110110101111011000011000111011010100010000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,189); }

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

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

 a { background-color: rgb(126,54,189); }

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

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

 span { border-color: rgb(126,54,189); }

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