#5627CA

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

Shades of Purple Heart #5627CA

Tints of Purple Heart #5627CA

Color information

#5627CA (or 0x5627CA) is unknown color: approx Purple Heart. HEX triplet: 56, 27 and CA. RGB value is (86,39,202). Sum of RGB (Red+Green+Blue) = 86+39+202=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #5627CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627CA is #A9D835. Grayscale: #474747. Windows color (decimal): -11130934 or 13248342. OLE color: 13248342.

HSL color Cylindrical-coordinate representation of color #5627CA: hue angle of 257.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5627CA is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8639202-
CMYK0.570.8100.21
HSL257.3º67.63%47.25%-
HSV(B)257.3º80.69%79.22%-
XYZ15.227.6956.56-
YUV71.64201.57138.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=26.30%
G=11.93%
B=61.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86392020.570.8100.21257.367.6347.25
Hex5627CA3951015101442f
Octal126473127112102540110457
Binary10101101001111100101011100110100010101011000000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5627CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5627CA; }

 p { color: rgb(86,39,202); }

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

<style>
 a { background-color: #5627CA; }

 a { background-color: rgb(86,39,202); }

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

<style>
 span { border-color: #5627CA; }

 span { border-color: rgb(86,39,202); }

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