#5626C2

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

Shades of Purple Heart #5626C2

Tints of Purple Heart #5626C2

Color information

#5626C2 (or 0x5626C2) is unknown color: approx Purple Heart. HEX triplet: 56, 26 and C2. RGB value is (86,38,194). Sum of RGB (Red+Green+Blue) = 86+38+194=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #5626C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626C2 is #A9D93D. Grayscale: #454545. Windows color (decimal): -11131198 or 12723798. OLE color: 12723798.

HSL color Cylindrical-coordinate representation of color #5626C2: hue angle of 258.46º degrees, saturation: 0.67, 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 #5626C2 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8638194-
CMYK0.560.8000.24
HSL258.46º67.24%45.49%-
HSV(B)258.46º80.41%76.08%-
XYZ14.277.2651.69-
YUV70.14197.9139.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 194 (76.17% from 255) = 61.01%
R=27.04%
G=11.95%
B=61.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86381940.560.8000.24258.4667.2445.49
Hex5626C23850018102432d
Octal126463027012003040210355
Binary10101101001101100001011100010100000110001000000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5626C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5626C2; }

 p { color: rgb(86,38,194); }

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

<style>
 a { background-color: #5626C2; }

 a { background-color: rgb(86,38,194); }

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

<style>
 span { border-color: #5626C2; }

 span { border-color: rgb(86,38,194); }

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