#5638B1

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

Shades of Purple Heart #5638B1

Tints of Purple Heart #5638B1

Color information

#5638B1 (or 0x5638B1) is unknown color: approx Purple Heart. HEX triplet: 56, 38 and B1. RGB value is (86,56,177). Sum of RGB (Red+Green+Blue) = 86+56+177=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #5638B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638B1 is #A9C74E. Grayscale: #4E4E4E. Windows color (decimal): -11126607 or 11614294. OLE color: 11614294.

HSL color Cylindrical-coordinate representation of color #5638B1: hue angle of 254.88º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5638B1 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8656177-
CMYK0.510.6800.31
HSL254.88º51.93%45.69%-
HSV(B)254.88º68.36%69.41%-
XYZ13.197.9842.44-
YUV78.76183.44133.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=26.96%
G=17.55%
B=55.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86561770.510.6800.31254.8851.9345.69
Hex5638B1334401Fff342e
Octal12670261631040373776456
Binary101011011100010110001110011100010001111111111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5638B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5638B1; }

 p { color: rgb(86,56,177); }

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

<style>
 a { background-color: #5638B1; }

 a { background-color: rgb(86,56,177); }

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

<style>
 span { border-color: #5638B1; }

 span { border-color: rgb(86,56,177); }

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