#5626af

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

Shades of Purple Heart #5626AF

Tints of Purple Heart #5626AF

Color information

#5626AF (or 0x5626AF) is unknown color: approx Purple Heart. HEX triplet: 56, 26 and AF. RGB value is (86,38,175). Sum of RGB (Red+Green+Blue) = 86+38+175=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #5626AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5626AF is #A9D950. Grayscale: #434343. Windows color (decimal): -11131217 or 11478614. OLE color: 11478614.

HSL color Cylindrical-coordinate representation of color #5626AF: hue angle of 261.02º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5626AF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8638175-
CMYK0.510.7800.31
HSL261.02º64.32%41.76%-
HSV(B)261.02º78.29%68.63%-
XYZ12.276.4641.16-
YUV67.97188.4140.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 175 (68.75% from 255) = 58.53%
R=28.76%
G=12.71%
B=58.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86381750.510.7800.31261.0264.3241.76
Hex5626AF334E01F105402a
Octal126462576311603740510052
Binary10101101001101010111111001110011100111111000001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5626af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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