#7A36BD

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

Shades of Purple Heart #7A36BD

Tints of Purple Heart #7A36BD

Color information

#7A36BD (or 0x7A36BD) is unknown color: approx Purple Heart. HEX triplet: 7A, 36 and BD. RGB value is (122,54,189). Sum of RGB (Red+Green+Blue) = 122+54+189=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A36BD is #85C942. Grayscale: #595959. Windows color (decimal): -8767811 or 12400250. OLE color: 12400250.

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

Color convert

RGB12254189-
CMYK0.350.7100.26
HSL270.22º55.56%47.65%-
HSV(B)270.22º71.43%74.12%-
XYZ18.5310.4549.18-
YUV89.72184.03151.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=33.42%
G=14.79%
B=51.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122541890.350.7100.26270.2255.5647.65
Hex7A36BD234701A10e3830
Octal17266275431070324167060
Binary1111010110110101111011000111000111011010100001110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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