#5633AB

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

Shades of Purple Heart #5633AB

Tints of Purple Heart #5633AB

Color information

#5633AB (or 0x5633AB) is unknown color: approx Purple Heart. HEX triplet: 56, 33 and AB. RGB value is (86,51,171). Sum of RGB (Red+Green+Blue) = 86+51+171=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5633AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5633AB is #A9CC54. Grayscale: #4A4A4A. Windows color (decimal): -11127893 or 11219798. OLE color: 11219798.

HSL color Cylindrical-coordinate representation of color #5633AB: hue angle of 257.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5633AB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8651171-
CMYK0.500.7000.33
HSL257.5º54.05%43.53%-
HSV(B)257.5º70.18%67.06%-
XYZ12.377.2939.28-
YUV75.14182.1135.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=27.92%
G=16.56%
B=55.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86511710.500.7000.33257.554.0543.53
Hex5633AB3246021102362c
Octal12663253621060414026654
Binary10101101100111010101111001010001100100001100000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5633AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5633AB; }

 p { color: rgb(86,51,171); }

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

<style>
 a { background-color: #5633AB; }

 a { background-color: rgb(86,51,171); }

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

<style>
 span { border-color: #5633AB; }

 span { border-color: rgb(86,51,171); }

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