#7C36BD

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

Shades of Purple Heart #7C36BD

Tints of Purple Heart #7C36BD

Color information

#7C36BD (or 0x7C36BD) is unknown color: approx Purple Heart. HEX triplet: 7C, 36 and BD. RGB value is (124,54,189). Sum of RGB (Red+Green+Blue) = 124+54+189=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36BD is #83C942. Grayscale: #595959. Windows color (decimal): -8636739 or 12400252. OLE color: 12400252.

HSL color Cylindrical-coordinate representation of color #7C36BD: hue angle of 271.11º 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 #7C36BD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12454189-
CMYK0.340.7100.26
HSL271.11º55.56%47.65%-
HSV(B)271.11º71.43%74.12%-
XYZ18.8210.649.2-
YUV90.32183.69152.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=33.79%
G=14.71%
B=51.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124541890.340.7100.26271.1155.5647.65
Hex7C36BD224701A10f3830
Octal17466275421070324177060
Binary1111100110110101111011000101000111011010100001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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