#5622C1

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

Shades of Purple Heart #5622C1

Tints of Purple Heart #5622C1

Color information

#5622C1 (or 0x5622C1) is unknown color: approx Purple Heart. HEX triplet: 56, 22 and C1. RGB value is (86,34,193). Sum of RGB (Red+Green+Blue) = 86+34+193=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #5622C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5622C1 is #A9DD3E. Grayscale: #434343. Windows color (decimal): -11132223 or 12657238. OLE color: 12657238.

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

Color convert

RGB8634193-
CMYK0.550.8200.24
HSL259.62º70.04%44.51%-
HSV(B)259.62º82.38%75.69%-
XYZ14.046.9751.06-
YUV67.67198.73141.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 193 (75.78% from 255) = 61.66%
R=27.48%
G=10.86%
B=61.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86341930.550.8200.24259.6270.0444.51
Hex5622C13752018104462d
Octal126423016712203040410655
Binary10101101000101100000111011110100100110001000001001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5622C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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