#5634B6

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

Shades of Purple Heart #5634B6

Tints of Purple Heart #5634B6

Color information

#5634B6 (or 0x5634B6) is unknown color: approx Purple Heart. HEX triplet: 56, 34 and B6. RGB value is (86,52,182). Sum of RGB (Red+Green+Blue) = 86+52+182=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #5634B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5634B6 is #A9CB49. Grayscale: #4C4C4C. Windows color (decimal): -11127626 or 11940950. OLE color: 11940950.

HSL color Cylindrical-coordinate representation of color #5634B6: hue angle of 255.69º 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 #5634B6 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8652182-
CMYK0.530.7100.29
HSL255.69º55.56%45.88%-
HSV(B)255.69º71.43%71.37%-
XYZ13.517.8145.05-
YUV76.99187.26134.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 182 (71.48% from 255) = 56.88%
R=26.88%
G=16.25%
B=56.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86521820.530.7100.29255.6955.5645.88
Hex5634B6354701D100382e
Octal12664266651070354007056
Binary1010110110100101101101101011000111011101100000000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5634B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5634B6; }

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

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

<style>
 a { background-color: #5634B6; }

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

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

<style>
 span { border-color: #5634B6; }

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

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