#5A34B6

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

Shades of Purple Heart #5A34B6

Tints of Purple Heart #5A34B6

Color information

#5A34B6 (or 0x5A34B6) is unknown color: approx Purple Heart. HEX triplet: 5A, 34 and B6. RGB value is (90,52,182). Sum of RGB (Red+Green+Blue) = 90+52+182=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A34B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34B6 is #A5CB49. Grayscale: #4D4D4D. Windows color (decimal): -10865482 or 11940954. OLE color: 11940954.

HSL color Cylindrical-coordinate representation of color #5A34B6: hue angle of 257.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A34B6 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9052182-
CMYK0.510.7100.29
HSL257.54º55.56%45.88%-
HSV(B)257.54º71.43%71.37%-
XYZ13.898.0145.07-
YUV78.18186.59136.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 182 (71.48% from 255) = 56.17%
R=27.78%
G=16.05%
B=56.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90521820.510.7100.29257.5455.5645.88
Hex5A34B6334701D102382e
Octal13264266631070354027056
Binary1011010110100101101101100111000111011101100000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A34B6; }

 p { color: rgb(90,52,182); }

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

<style>
 a { background-color: #5A34B6; }

 a { background-color: rgb(90,52,182); }

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

<style>
 span { border-color: #5A34B6; }

 span { border-color: rgb(90,52,182); }

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