#7F36BD

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

Shades of Purple Heart #7F36BD

Tints of Purple Heart #7F36BD

Color information

#7F36BD (or 0x7F36BD) is unknown color: approx Purple Heart. HEX triplet: 7F, 36 and BD. RGB value is (127,54,189). Sum of RGB (Red+Green+Blue) = 127+54+189=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36BD is #80C942. Grayscale: #5A5A5A. Windows color (decimal): -8440131 or 12400255. OLE color: 12400255.

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

Color convert

RGB12754189-
CMYK0.330.7100.26
HSL272.44º55.56%47.65%-
HSV(B)272.44º71.43%74.12%-
XYZ19.2610.8249.22-
YUV91.22183.18153.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=34.32%
G=14.59%
B=51.08%

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
Decimal127541890.330.7100.26272.4455.5647.65
Hex7F36BD214701A1103830
Octal17766275411070324207060
Binary1111111110110101111011000011000111011010100010000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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