#7A36BA

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

Shades of Purple Heart #7A36BA

Tints of Purple Heart #7A36BA

Color information

#7A36BA (or 0x7A36BA) is unknown color: approx Purple Heart. HEX triplet: 7A, 36 and BA. RGB value is (122,54,186). Sum of RGB (Red+Green+Blue) = 122+54+186=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A36BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A36BA is #85C945. Grayscale: #585858. Windows color (decimal): -8767814 or 12203642. OLE color: 12203642.

HSL color Cylindrical-coordinate representation of color #7A36BA: hue angle of 270.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A36BA is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12254186-
CMYK0.340.7100.27
HSL270.91º55%47.06%-
HSV(B)270.91º70.97%72.94%-
XYZ18.2110.3247.49-
YUV89.38182.53151.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.70%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=33.70%
G=14.92%
B=51.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122541860.340.7100.27270.915547.06
Hex7A36BA224701B10f372f
Octal17266272421070334176757
Binary1111010110110101110101000101000111011011100001111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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