#5627C1

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

Shades of Purple Heart #5627C1

Tints of Purple Heart #5627C1

Color information

#5627C1 (or 0x5627C1) is unknown color: approx Purple Heart. HEX triplet: 56, 27 and C1. RGB value is (86,39,193). Sum of RGB (Red+Green+Blue) = 86+39+193=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #5627C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627C1 is #A9D83E. Grayscale: #464646. Windows color (decimal): -11130943 or 12658518. OLE color: 12658518.

HSL color Cylindrical-coordinate representation of color #5627C1: hue angle of 258.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5627C1 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8639193-
CMYK0.550.8000.24
HSL258.31º66.38%45.49%-
HSV(B)258.31º79.79%75.69%-
XYZ14.197.2851.11-
YUV70.61197.07138.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 39 (15.62% from 255) = 12.26%
BLUE value IS 193 (75.78% from 255) = 60.69%
R=27.04%
G=12.26%
B=60.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86391930.550.8000.24258.3166.3845.49
Hex5627C13750018102422d
Octal126473016712003040210255
Binary10101101001111100000111011110100000110001000000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5627C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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